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
We're developing data-driven test collections that perform a lot of validations using requests generated from sets of data retrieved from the database. The Newman output from a test run is becoming ... rather unwieldy.
It would be really nice if there was a way to tell Newman to not report the details of successful tests, just failed ones.
That would collapse this verbose clutter down to one row in the output:
Note: the very specific test names are due to the Newman HTML output collapsing test results for multiple executions of the same request with different parameters. See issue #189.
Newman 4.3.1, HTML output
WIN10 CLI
The text was updated successfully, but these errors were encountered:
@jhardin-aptos Just to let you know I've included options in the htmlextra reporter that will show you only the failed requests and also filtering around the test section. Not sure if this will help with your problem.
We're developing data-driven test collections that perform a lot of validations using requests generated from sets of data retrieved from the database. The Newman output from a test run is becoming ... rather unwieldy.
It would be really nice if there was a way to tell Newman to not report the details of successful tests, just failed ones.
That would collapse this verbose clutter down to one row in the output:
Note: the very specific test names are due to the Newman HTML output collapsing test results for multiple executions of the same request with different parameters. See issue #189.
Newman 4.3.1, HTML output
WIN10 CLI
The text was updated successfully, but these errors were encountered: