Is your feature request related to a problem? Please describe.
Currently there is no information how long it took to execute the test. This can be helpful, when testing slow functions.
Describe the solution you'd like
Test duration could be measured in the runner and then sent to the GUI and presented in test output.
Describe alternatives you've considered
I can write code inside test file which measures test duration and print the duration to test output.
Is your feature request related to a problem? Please describe.
Currently there is no information how long it took to execute the test. This can be helpful, when testing slow functions.
Describe the solution you'd like
Test duration could be measured in the runner and then sent to the GUI and presented in test output.
Describe alternatives you've considered
I can write code inside test file which measures test duration and print the duration to test output.