version: 2.1
orbs:
newman: postman/newman@0.0.2
jobs:
newman-collection-run:
executor: newman/postman-newman-docker
steps:
- checkout
- newman/newman-run:
collection: https://api.getpostman.
com/collections/789883-28b680e3-eb56-4135-
8f4c-de01a6e494e9?apikey=$POSTMAN_API_KEY
environment: https://api.getpostman
.com/environments/5d1b4d44-ac1e-4eb6-
9062-b28cd96333a4?apikey=$POSTMAN_API_KEY
workflows:
example-workflow:
jobs:
- newman-collection-run