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:.
- Give the following commands by opening terminal in the project folder to create newman Report:
npm i newman
npx newman run .\collection\DmoneyUsers.json
npm i newman-reporter-htmlextra
node .\report.js
- Read the project Documentation.