5
Include class name in most failed/slowest tests
complete
Stephen Roller
Redundancy in test names alone can cause some confusion, where the class name is needed to disambiguate. (For example, abstract test classes that are subclassed many times to test different cases)
Dawit Gebregziabher
You can now see class, file and source names for each of your flaky, failed or slowest tests.

Dawit Gebregziabher
complete
Dawit Gebregziabher
You can now see class, file and source names for each of your flaky, failed or slowest tests.

Dawit Gebregziabher
Johan Baaij
Also running into this issue with Cypress. For example, many "loads the page" tests with no way to work out which file it relates to.