This Project was created to as a mvp for running newman postman CLI
This repository is linked to its Parent POC Project, here is the link Test-Automation-Project-POCs.
Its Simple!
Step 1: checkout this repository ( git clone https://github.com/eaccmk/API-newman-POC.git
)
Step 2: Go the path where you did checkout ☝️
Step 3: Install newman npm install newman
ref HowTo Install newman
Step 4: Run newman run api_collection.json -e environment.json -d test_data.csv
-
api_collection.json
: Test API Collection file, see How To Get This -
environment.json
: Test Environment file, enables to run ☝️ same collection on different envs. -
test_data.csv
: Test data file (This may be optional in most of the cases)
Look at this wiki for more...
Thanks ! agify.io for making API free for test.
API-newman-POC was released under MIT License