API test project in https://automationexercise.com/api_list via Postman
- clone the project into your local repository
- go to Postman
- on the left of the My Workspace side bar click on Import.
- Choose the file "AutomationExercise API.postman_collection.json"
- Import
install newman:
npm install newman
Export the Collection project and the environment project : Local.
Run the command :
newman run AutomationExercise\ API.postman_collection.json -e Local.postman_environment.json