/postman-ci

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

Primary LanguageJavaScriptMIT LicenseMIT

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