-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
fix(server): Fix 5.0 spec duration always reporting as 0ms #8313
Conversation
…e spec duration always > 0ms in e2e tests
Thanks for taking the time to open a PR!
|
Test summaryRun details
View run in Cypress Dashboard ➡️ This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
Looks like we do have a number of tests that take 0ms... |
the tests are too fast ... |
Looks like it happens when the tests don't even run because of a syntax error or plugins file error. |
@bkucera is this a wrong return from module API? maybe the module API test could just confirm it? |
I requested the review too early, I'm fixing these now |
exists only in develop
fixes bug introduced by #8148 causing spec durations to be printed as
0ms
in the final spec results.fix #8309 (unreleased)
before:
after: