-
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
cy.visit() performance degradation after upgrade from 7.1 (persists in 8.3) #17759
Comments
What’s the last known version that worked without the perf/timeouts? can you provide a reproducible example? Even one emailed to [email protected]? Is this happening locally or only in a specific CI environment? |
Hi Jennifer,
The last version known to work for us was 7.1
We have provided support with additional information including debug logs #2517
Right now it seems to be specific to Github Actions or at least where is happening more frequently. |
@amacgregorhumi I looked over the debug logs and don't see anything obvious that would be causing this to time out regularly. Have you tried increasing the timeout? Does it ever resolve if given more time? I think we'll need a way to run and see the situation though to track down why the load is hanging. Just to confirm, 7.1.0 is working but 7.2.0 has the issue? Tracking down the exact version where the issue begins would also be helpful in tracking down the cause. Thanks. |
This issue has not had any activity in 180 days. Cypress evolves quickly and the reported behavior should be tested on the latest version of Cypress to verify the behavior is still occurring. It will be closed in 14 days if no updates are provided. |
This issue has been closed due to inactivity. |
Current behavior
We're using Cypress extensively to test our application, and we noticed some performance issues and odd
pageLoadTimeout
error that randomly started happening, after several days of back and forth; support pointed towards #16671While upgrading to 8.3.0 seems to have marginally help with this issue becoming less frequent; there is still a pretty high chance of occurrence; as far as we have been able to tell the page in question is loaded but the
load
event was not captured by cypress.Our test suite is currently using chromium 91.
Desired behavior
cy.visit()
should work as expected and load the page without timing out.Test code to reproduce
Cypress Version
8.3.0
Other
No response
The text was updated successfully, but these errors were encountered: