We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a79613 commit 6937c4bCopy full SHA for 6937c4b
.github/workflows/postman-tests.yml
@@ -24,10 +24,7 @@ jobs:
24
25
- name: Run Postman tests
26
run: |
27
- newman run postman/JSONPlaceholder_Collection.json \
28
- -e postman/Development_Environment.json \
29
- -r cli,htmlextra \
30
- --reporter-htmlextra-export newman-report.html
+ newman run postman/JSONPlaceholder_Collection.json -e postman/Development_Environment.json -r cli,htmlextra --reporter-htmlextra-export newman-report.html
31
32
- name: Upload Newman HTML Report
33
uses: actions/upload-artifact@v4
0 commit comments