https://github.com/asif-shahriar/postman-newman
Integration testing on multiple customer APIs by Postman and generating report by Newman
https://github.com/asif-shahriar/postman-newman
html-extra javascript json-api newman nodejs postman
Last synced: 3 months ago
JSON representation
Integration testing on multiple customer APIs by Postman and generating report by Newman
- Host: GitHub
- URL: https://github.com/asif-shahriar/postman-newman
- Owner: asif-shahriar
- Created: 2021-12-17T08:16:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-10T08:10:13.000Z (over 3 years ago)
- Last Synced: 2025-01-23T19:33:33.432Z (5 months ago)
- Topics: html-extra, javascript, json-api, newman, nodejs, postman
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Postman-Newman
## Prerequisites:
* Install Postman 9.4.1
* Install Nodejs 16.13.1
## How to run this file:
* Clone the repo
* Open terminal in root folder
* Give following commands:
```
npm i newman
```
```
npx newman run .\collection\customers_collection.json -e .\collection\customerEnv.json -n 1
```
```
npm i newman-reporter-htmlextra
```
```
node .\report.js
```
## Screenshot
This is the snapshot of the **index.html** file