Short form for console output
- Dominant language
- C++
- Stars
- 21.5k
- Forks
- 3.5k
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 2
Description
Hi,
it would be great to have a optionally shorted output form like:
Scenario: myscenario
Given: certain conditions 1
Given: certain conditions 1
When: certain premise X [PASSED]
When: certain premise Y [PASSED]
Given: certain conditions 2
When: certain premise Z [PASSED]
...
Analogously for the TDD approach.
Or without grouping them and only getting rid of the separator lines and expansions.
Or maybe only a "extended" summary? Leaving -s intact... ?
The reason is, that if you have automated testing running on a server you are foremost interested in pinpointing the one that failed, before seing why it actually failed.
Maybe I can get to this one myself, if we can agree over a specific way and output (maybe not even as mentioned above, but along the lines of it).
Thanks for all your terrific job at this project, it has turned out to be extremely useful to us.
Best regards,
~lweberk
Contributor guide
Assessment
This issue has not been assessed yet.