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.
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-fastflag 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-optionsflag 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.