How to generate Newman HTML Report?

HOME

npm install -g newman-reporter-htmlextra

newman run API_Newman_Tests.json -r htmlextra

newman run API_Newman_Tests.json -r htmlextra --reporter-htmlextra-export ./results/report.html

Leave a comment