Skip to content

Instantly share code, notes, and snippets.

@123MwanjeMike
Last active January 11, 2022 15:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 123MwanjeMike/b796ba84486c114706889ff14cb76dbc to your computer and use it in GitHub Desktop.
Save 123MwanjeMike/b796ba84486c114706889ff14cb76dbc to your computer and use it in GitHub Desktop.
circleci configuration for newman tets
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/12001378-1f2f0db9-e42c-47e9-98ee-4d32a207dbe5?apikey=$POSTMAN_API_KEY
environment: https://api.getpostman.com/environments/12001378-775c0167-212d-4ea5-93f1-174b78c16f30?apikey=$POSTMAN_API_KEY
workflows:
conduit-automated-tests:
jobs:
- newman-collection-run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment