Your question may already have an answer on the community forum. Please search for related topics, and then read through the guidelines before creating a new topic.
Here’s an outline with best practices for making your inquiry.
Newman report in Json format
My question:
To get Newman report other than html what I need to install and what cmd to run
I gave newman
run https://www.getpostman.com/collections/5e2ed14d72b68cb59bb0 -r json-summary --reporter-summary-json-export output
got error message
Details (like screenshots):
ewman: could not find “json-summary” reporter
ensure that the reporter is installed in the same directory as newman
please install reporter using npm
I had installed
npm i newman-reporter-json-udp
How I found the problem:
I’ve already tried: