NibrazKhan / dmoney-api-testing-newman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.
  • 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

Screenshot of the report generated using newman.

report_using_newman

About


Languages

Language:JavaScript 100.0%