Want to automate your API testing using Postman collections and get detailed reports with Newman? In this video, I’ll show you step-by-step how to execute Postman tests from the command line with Newman, customize your run, and generate helpful test reports. Whether you’re a developer or QA engineer, this workflow speeds up your testing and improves results!
npm install -g newman
npm install -g newman-reporter-htmlextra
newman run collection.json -e env.json -r htmlextra
Reference :
https://www.npmjs.com/package/newman-...
https://www.npmjs.com/package/newman
#newman #postman #api