A custom Newman Reporter that outputs a HAR file
npm install newman-reporter-harA custom postman/newman reporter that outputs a HAR) file.
1. Install newman
```
npm install -g newman
newman-har-reporter
2. Install `
`
npm install -g newman-reporter-har
```
newman run
_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.