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
Leaving Cypress open for a long time or putting one's computer to sleep will result in command logs missing when using a Chromium-based browser.
Certain command logs like download and network events will no longer appear after running tests without closing and re-opening the browser
In production Cypress, this is only a visual/informational loss, but in the multi-domain feature work, this results in tests failing (after a page load timeout, which is 60s by default, so it seems like the test is hanging).
The text was updated successfully, but these errors were encountered:
chrisbreiding
changed the title
[Multi-domain]: Leaving Cypress open for a long time will eventually result in cross domain errors
Leaving Cypress open for a long time or putting computer to sleep results in missing command logs
Apr 5, 2022
The code for this is done in cypress-io/cypress#20916, but has yet to be released.
We'll update this issue and reference the changelog when it's released.
Leaving Cypress open for a long time or putting one's computer to sleep will result in command logs missing when using a Chromium-based browser.
Certain command logs like download and network events will no longer appear after running tests without closing and re-opening the browser
In production Cypress, this is only a visual/informational loss, but in the multi-domain feature work, this results in tests failing (after a page load timeout, which is 60s by default, so it seems like the test is hanging).
The text was updated successfully, but these errors were encountered: