A custom postman/newman reporter that outputs a HAR file.
- Install
newman
npm install -g newman
- Install
newman-har-reporter
npm install -g newman-reporter-har
newman run <postman-collection> -r har
Note: If --reporter-har-export parameter is not supplied, the output is written to a "newman" sub-folder and the file will contain the timestamp in its name.
This software is licensed under Apache-2.0. See the LICENSE.md file for more information.