Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nibrazkhan/dmoney-api-testing-newman
https://github.com/nibrazkhan/dmoney-api-testing-newman
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/nibrazkhan/dmoney-api-testing-newman
- Owner: NibrazKhan
- Created: 2022-06-20T15:08:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-01T19:16:04.000Z (over 2 years ago)
- Last Synced: 2023-03-06T04:28:42.581Z (almost 2 years ago)
- Language: JavaScript
- Size: 108 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## dmoney-api-testing-newman
Automated dmoney API using Postman where test cases are added for Login,Creating users,Searching users and performed testing for CRUD operations.
Steps to run this project:
- Clone this project or export using this collection [link](mainNode.next=oldHead).
- Give the following commands by opening terminal in the project folder to create newman Report:
```
npm i newman
```
```
npx newman run .\collection\Dmoney_Users_collection.json -e -n 1
```
```
npm i newman-reporter-htmlextra
```
```
node .\report.js
```
- Read the project [Documentation](https://documenter.getpostman.com/view/21520037/UzBmN7Uv).#### Screenshot of the report generated using newman.
![report_using_newman](https://user-images.githubusercontent.com/55280106/175131634-4e09b597-677c-4232-8965-d4788a17fa48.png)