Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 581 Bytes

File metadata and controls

20 lines (14 loc) · 581 Bytes

automationExercise_API

API test project in https://automationexercise.com/api_list via Postman

Getting started

  • 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

To run test manually open GIT Bash :

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