Open
Description
We often want to know which tests are long to run and which one impact the most our test suite.
It's also a good practice to keep your test suite lean an quick.
I would like:
- to time all tests in the runner and return it as part of the test result
- being able to signal tests that took too long (eventually with a configurable threshold)