Public API test automation using Postman and Newman.
- Get a copy of postman-newman-public-api-automation by clicking the Fork button
- Clone, i.e, download your copy of the repository to your local machine using
git clone https://github.com/[your_username]/postman-newman-public-api-automation.git
- Install Node.js
- Install Newman
npm install -g newman
- Go to the
postman-newman-public-api-automation
folder
cd postman-newman-public-api-automation
- Now, run the test cases in Public API postman collection using
newman run "Public API.postman_collection.json" -g public_api.postman_globals.json