Description
Add ability to show execution time of whole test class.
Additional information
Showing test class time has several benefits:
- Show full execution time, including time spent in @BeforeAll or @afterall
- Ability to see at high-level where time is wasted, especially if having hundreds of tests, spread over several test classes. Looking at the high-level per-class time helps to find and optimize test run time.
Description
Add ability to show execution time of whole test class.
Additional information
Showing test class time has several benefits: