This project demonstrates the use of Postman tool and its integration to CI/CD pipeline through Newman.
Before you can run this project, you must have the following software installed on your computer:
- Postman
- Node.js
- Newman
For more details about the Postman workspace and its collections you may visit:
https://www.postman.com/automation-playground
- Download and install Node.js.
- To install Newman, open the terminal and run this command
npm install -g newman
.
To verify if installation is successful, run commandnewman -v
. - (Optional) To include report generation, run this command
npm install -g newman-reporter-html
.