catchorg / catchorg/Catch2

Adding command line option to show the failed and succeeded test cases' names in the reporter

Open
#2,331 1 comment 2 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
21.5k
Forks
3.5k
Avg merge
3d 16h
Merged PRs (30d)
2

Description

Currently, Catch2 provides a `--success` option to report the successful test cases in the reporter by printing the `PASSED` string near each TC and it is followed by condition (`REQUIRE`). However, in the case of a huge amount of test cases, it is hard to go through the output to determine whether which test cases passed or failed. Hence, it would be ideal to see **succeeded/failed test cases' names** at the end of the output. As of now, the reporter only shows the number of test cases and assertions.

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.