This is a small nodejs CLI utility to create a markdown document from a Postman collection run json file.
Clone or download. For global installation, while in root folder:
npm install -g
required
allows you to specify the filepath to input file
(optional) allows you to name the output file. If not provided, the resulting file will be named the same as the input file with a .md extension appended.
node-postman-docs -i collection.postman_testrun.json -o mytestrun.md
node index.js -i collection.postman_testrun.json -o mytestrun.md