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 afce6ab commit d44a5cdCopy full SHA for d44a5cd
.github/workflows/postman-tests.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Run Postman tests
26
run: |
27
- newman run postman/JSONPlaceholder_Collection.json -e postman/Development_Environment.json -r cli,htmlextra --reporter-htmlextra-export newman-report.html
+ newman run postman/JSONPlaceholder_API_Contract_Tests.postman_collection.json -e postman/Development_Environment.json -r cli,htmlextra --reporter-htmlextra-export newman-report.html
28
29
- name: Upload Newman HTML Report
30
uses: actions/upload-artifact@v4
0 commit comments