Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)