Closed skemp-PCS closed 11 months ago
Hello,
just use:
newman run "XXX.postman_collection.json" -e "XXX.postman_environment.json" --reporters basicmarkdown --reporter-basicmarkdown-export ../results/examplefile.txt
Thank you very much for the information, this has worked perfectly. Hopefully, the documentation can be updated to reflect how it's supposed to work
I installed the reporter via
npm install -g newman-reporter-basicmarkdown
When trying to run my collection using the command
newman run "XXX.postman_collection.json" -e "XXX.postman_environment.json" -r markdown
I am getting the error