Open filipeamaral opened 6 years ago
Yeah. We need to update the Newman HTML reporter to better handle sent requests. We’ve moved the reporter to its own repo in Newman v4 and would take them up there soon(ish). Any help there would also be great!
I could help. Just send me an e-mail.
Also, I've discovered a new bug related with the HTML reporter. Should I open an issue on https://github.com/postmanlabs/newman-reporter-html/issues or still here?
Newman Version (can be found via
newman -v
): 4.0.1OS details (type, version, and architecture): Mac OS X, 10.13.6, x86_64/i386
Are you using Newman as a library, or via the CLI? Node library
Did you encounter this recently, or has this bug always been there: At least since 3.9.4
Expected behaviour: The request report should only report an assertion count (Pass Count) based on iterations (one in the example provided). Total passed tests becomes also wrong due to the erroneous assertion count.
Command / script used to run Newman: newman.run
Sample collection, and auxiliary files (minus the sensitive details): Archive.zip
Screenshots (if applicable): Collection's HTML report can be found in archive, which highlights the described problem.