- Postman
- NodeJS
- Visual Studio Code
About This Project
This is Employee API collection automation project. Here we have Create, update, get data and delete Employee information with assertion.
Here we have validate the test case and generate newman report.
How to run this project bash Clone This Project Employee API Project
Hit The Command
Installation Process:
❑ npm init -y
❑ npm i newman
❑ npx newman run [collection secret key]
❑ npm i newman-reporter-htmlextra
❑ Create a new Reports Folder
❑ Create reports.js file
❑ Run the command :: node .\report.js
Hit The command :: npm i dotenv
API Documentation (https://documenter.getpostman.com/view/29633371/2sB3HrmxTc)
Newman report Link : (https://fuzayelqa.github.io/newman-report/)
