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
Is your feature request related to a problem? Please describe.
I have a test suite with a couple hundred scenarios with quite a few steps each. When running all of them with the --fail-fast flag and one of them fails somewhere in the middle I'm met with around 4000 lines of skipped features, scenarios, and steps that I have to scroll through to get to what actually went wrong, none of which I find relevant or interesting.
Describe the solution you'd like
Add option through the --format-options flag to not log skipped features, scenarios, and steps.
I'd be willing to help make a PR myself if someone could give me some pointers where to start looking.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I have a test suite with a couple hundred scenarios with quite a few steps each. When running all of them with the
--fail-fast
flag and one of them fails somewhere in the middle I'm met with around 4000 lines of skipped features, scenarios, and steps that I have to scroll through to get to what actually went wrong, none of which I find relevant or interesting.Describe the solution you'd like
Add option through the
--format-options
flag to not log skipped features, scenarios, and steps.I'd be willing to help make a PR myself if someone could give me some pointers where to start looking.
The text was updated successfully, but these errors were encountered: