Tools to integrate postman and newman into an continous integration workflow
npm install postman-cinode.js cli tool to integrate postman and newman with your favorite CI
npm install -g postman-ci
export POSTMAN_API_KEY="00000000000000000000000000000000"
postman-ci list
export collectionID="00000-00000000-0000-0000-0000-000000000000"
export environmentID="00000000-0000-0000-0000-000000000000"
postman-ci test -c $collectionID -e $environmentID
- Postman Cloud API:
- Postman cli collection runner and library:
- node.js:
- request:
- commander: