postmanlabs / newman

Newman is a command-line collection runner for Postman
https://www.postman.com
Apache License 2.0
6.83k stars 1.16k forks source link

Tests are not executed while running from git. #3142

Open prabhagar opened 1 year ago

prabhagar commented 1 year ago

Version and environment information: -->

  1. Newman Version (can be found via newman -v): 5.3.2
  2. OS details (type, version, and architecture): Mac OS Ventura - 13.2.1
  3. Are you using Newman as a library, or via the CLI? I am using via terminal and also tried the same via visual studio terminal
  4. Did you encounter this recently, or has this bug always been there: just recently
  5. Expected behaviour: The test should execute and report the iteration and test ran
  6. Command / script used to run Newman: newman run "CollectionName under valid path"
  7. Sample collection, and auxiliary files (minus the sensitive details): https://github.com/prabhagar/OMDBAPITesting/blob/main/OMDB-API.postman_collection.json
  8. Screenshots (if applicable):
image