Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-10T08:10:13.000Z (almost 3 years ago)
- Last Synced: 2024-11-23T13:16:44.300Z (2 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![Screenshot_1](https://user-images.githubusercontent.com/71173675/152147529-4fe5ae30-f12b-42b5-a24c-131f3322d3c0.png)