postman-ci

Tools to integrate postman and newman into an continous integration workflow


Keywords
postman, api, rest-client, rest
License
MIT
Install
npm install postman-ci@0.1.2

Documentation

postman-ci

node.js cli tool to integrate postman and newman with your favorite CI

Setup

npm install -g postman-ci

Run (in bash)

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

Credits