automate dmoney api by postman where test cases are added for Login,User list,Creating users,Searching users,Update user information,Delete user & report generated by newman.
Steps are given to run this project:
- Clone this project
- Give the following commands by openning terminal section in code editor's
npm init -y
npm i newman
npx newman run .\Dmoney User.postman_collection.json -n 1
npm i newman-reporter-htmlextra
npm test
- Read the project Documentation