Commit 4b7d1572 authored by Rachel's avatar Rachel

Add new file

parents
Pipeline #72 failed with stage
in 47 seconds
stages:
- test
postman_tests:
stage: test
image:
name: postman/newman_alpine33
entrypoint: [""]
script:
- newman --version
- npm install -g newman-reporter-html
- newman run collection.json --reporters cli,html --reporter-html-export report.html
artifacts:
when: always
paths:
- report.html
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment