You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, with when i run cypress with the coverage flag, I'm getting the error:
CypressError: `cy.task('coverageReport')` timed out after waiting `180000ms`.
Because this error occurred during a 'after all' hook we are skipping all of the remaining tests.
Is there anything we can do to increase the timeout or there's something which i am missing?
Logs and screenshots
Hi,
For some reason, with when i run cypress with the coverage flag, I'm getting the error:
Is there anything we can do to increase the timeout or there's something which i am missing?
My issue is similar to this issue: #134
The text was updated successfully, but these errors were encountered: