Skip to content

Commit

Permalink
Merge pull request #7 from rproman/work
Browse files Browse the repository at this point in the history
Changes to be committed: newman_run.bat

Note: There are existing issues with newman not able to report test results/runs correctly if there is a pm.SendRequest() call in the collection scripts.

postmanlabs/newman-reporter-html#180 (comment)
  • Loading branch information
rproman authored Mar 15, 2022
2 parents e346f43 + 39f11d8 commit 0c7f077
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions postman/newman_run.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
REM newman run "Restful Booker Test.postman_collection.json" -e "RestfulBooker Prod Env.postman_environment.json" -n 2 --reporters=cli,htmlextra --reporter-htmlextra-darkTheme --reporter-htmlextra-testPaging --reporter-htmlextra-title="RestfulBooker Newman API Tests" --reporter-htmlextra-logs=true --reporter-htmlextra-displayProgressBar


newman run "https://www.getpostman.com/collections/8ef54e131cccd07c4dc7" -e "RestfulBooker Prod Env.postman_environment.json" -n 2 --reporters=cli,htmlextra --reporter-htmlextra-darkTheme --reporter-htmlextra-testPaging --reporter-htmlextra-title="RestfulBooker Newman API Tests" --reporter-htmlextra-logs=true --reporter-htmlextra-displayProgressBar

0 comments on commit 0c7f077

Please sign in to comment.