You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First request reports, in the exported HTML, one more Pass Count and one more Total passed tests, for each pm.sendRequest that is executed within collection or folder Pre-request Scripts
#188
Open
filipeamaral opened this issue
Aug 8, 2018
· 2 comments
Newman Version (can be found via newman -v):
4.0.1
OS 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.
The text was updated successfully, but these errors were encountered:
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!
filipeamaral
changed the title
First request reports, in the HTML exported report, one more Pass Count and one more Total passed tests, for each pm.sendRequest that is executed within collection or folder Pre-request Scripts
First request reports, in the exported HTML, one more Pass Count and one more Total passed tests, for each pm.sendRequest that is executed within collection or folder Pre-request Scripts
Feb 1, 2019
Newman Version (can be found via
newman -v
):4.0.1
OS 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.
The text was updated successfully, but these errors were encountered: