Last updated 4 years ago
Was this helpful?
In command line type:
npm install -g newman
On windows 10, we should use command to Execution Policy Change
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
After that click Yes.
#To install npm install -g newman-reporter-htmlextra #To run #example newman run .\xyz_collection.json -e .\xyz_globals.json -r htmlextra