https://github.com/whitehatsec/newman-reporter-har
A custom postman/newman reporter that outputs a HAR file.
https://github.com/whitehatsec/newman-reporter-har
har newman newman-reporter postman
Last synced: about 1 year ago
JSON representation
A custom postman/newman reporter that outputs a HAR file.
- Host: GitHub
- URL: https://github.com/whitehatsec/newman-reporter-har
- Owner: whitehatsec
- License: apache-2.0
- Created: 2020-09-09T22:26:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-22T17:22:42.000Z (over 4 years ago)
- Last Synced: 2025-07-11T11:52:36.581Z (about 1 year ago)
- Topics: har, newman, newman-reporter, postman
- Language: JavaScript
- Homepage: https://www.whitehatsec.com/
- Size: 413 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# newman-har-reporter
A custom [postman](https://www.postman.com)/[newman](https://github.com/postmanlabs/newman) reporter that outputs a [HAR](https://en.wikipedia.org/wiki/HAR_(file_format)) file.
## Getting Started
1. Install `newman`
```
npm install -g newman
```
2. Install `newman-har-reporter`
```
npm install -g newman-reporter-har
```
## Usage
```
newman run -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.
## License
This software is licensed under Apache-2.0. See the [LICENSE.md](LICENSE.md) file for more information.