Adding command line option to show the failed and succeeded test cases' names in the reporter
Open
- 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
Assessment
This issue has not been assessed yet.