postmanlabs / newman

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

html report not generated on parallel runs for all instance using async #3014

Open rameshkumarj opened 2 years ago

rameshkumarj commented 2 years ago
  1. Newman Version (can be found via newman -v): 5.3.2
  2. OS details (type, version, and architecture): Linux
  3. Are you using Newman as a library, or via the CLI? library
  4. Did you encounter this recently, or has this bug always been there:
  5. Expected behaviour: reports should be generated for all the parallel instances
  6. Command / script used to run Newman: async.parallel
  7. Sample collection, and auxiliary files (minus the sensitive details):
  8. Screenshots (if applicable):
rameshkumarj commented 2 years ago

I have tried this with newman-html-reporter and newman-html-reporter-extra and the results are same. My suspicion is that the xml file generated for first collection might be overwritten by the second but not sure