Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asif-shahriar/postman-newman-transaction-api
Integration testing on multiple transactional APIs by Postman and generating report by Newman
https://github.com/asif-shahriar/postman-newman-transaction-api
html-extra javascript newman nodejs postman rest-api
Last synced: about 1 month ago
JSON representation
Integration testing on multiple transactional APIs by Postman and generating report by Newman
- Host: GitHub
- URL: https://github.com/asif-shahriar/postman-newman-transaction-api
- Owner: asif-shahriar
- Created: 2022-02-02T11:36:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-10T08:09:50.000Z (almost 3 years ago)
- Last Synced: 2023-10-23T08:24:13.421Z (about 1 year ago)
- Topics: html-extra, javascript, newman, nodejs, postman, rest-api
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Postman-Newman-Transaction-API
## 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 .\Collections\Transaction.json -e .\Collections\TransactionENV.json -n 1
```
```
npm i newman-reporter-htmlextra
```
```
node .\report.js
```
## Screenshot
This is the screenshot of **index.html** file![Screenshot_1](https://user-images.githubusercontent.com/71173675/152147707-fb673ef7-23d7-4b1d-b32e-09f0f38e5b52.png)