New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid test running duration in test panel #2619
Comments
Could you capture a log for a run where the wrong durations are shown?
That seems reasonable - please file a separate issue for it so it isn't lost when this bug is fixed. Thanks! |
|
Oh, I see - the time provided by the test runner is actually "time since the test run started" rather than "time of this test" 😱 Thanks for noticing! 😁 |
Look into these tests duration, you notice it says each tests took 2.3 seconds. so each test group duration is about 7 seconds. and the whole test took 14 seconds. which is not right! in real all of it takes less than 1 second.
is there any mistakes in calculating tests duration?

I also suggest to display test count, test group and test file duration like this:
The text was updated successfully, but these errors were encountered: