-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Description
What's the problem this feature will solve?
The possibility to see execution time of each test as soon as they complete.
Describe the solution you'd like
An additional config option for console_output_style
seems like a good solution. The output should be as human-readable, detailed and short as possible (or a good compromise between the three).
For most of my projects, progress/count have not provided useful information, but timings would have been. It's nice to keep track of execution times for tests to spot performance regressions etc early. Other users seem to have had the same need: #8268
Alternative Solutions
I know that the flag --duration=0
reports tests duration retroactively, but I would like to see it as soon as the test is finished.
Additional context
Metadata
Metadata
Assignees
Labels
No labels