Skip to content

Instantly share code, notes, and snippets.

@upgundecha
Last active June 10, 2017 05:28
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 upgundecha/c91551afb4e704402b5732df5cae41eb to your computer and use it in GitHub Desktop.
Save upgundecha/c91551afb4e704402b5732df5cae41eb to your computer and use it in GitHub Desktop.
version: 0.2
phases:
pre_build:
commands:
- npm install newman --global
build:
commands:
- newman run -r html,cli sample_service.postman_collection --reporter-html-export report.html
artifacts:
files:
- report.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment