catchorg / catchorg/Catch2

Short form for console output

Open
#378 4 comments 0 reactions 0 assignees View on GitHub
Feature Request
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.