-
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
Cypress encounters unrelevant timeouts within the pipeline when upgrade to v3.8-v4 #6597
Comments
Narrowing down to the exact version that breaks would be helpful. As this issue stands there are multiple versions this could have been released in: 3.8.3 We are not currently aware of an issue similar with timeouts being released in any of the above versions. We'll also need a reproducible example in order to look into this. This does not mean that your issue is not happening - it just means that we do not have a path to move forward. Please comment in this issue with a reproducible example and a narrower focus of where the issue was introduced. Otherwise we will have to close this issue. |
I saw your feedback. I'll try to narrow it down and come back with data this week. I appreciate the clear feedback an fully understand. I need to help you help me ;). |
Unfortunately we have to close this PR due to inactivity. Please open a new PR addressing the original issue and any requested changes. |
We solved everything and more with v5 perf improvements. |
Current behavior:
We used to be in 3.3.2. We decided to move to v4 (to try firefox). We started having pipleine issues, with scenario failing during the
beforeEach
(visit
orrequest
) due to timeout.After a diagnosis, we identify that we were fine in 3.4.0 but not in 3.8.3. We will thus stay in 3.4.0 for the moment. Below, you'll find more details.
Desired behavior:
Running tests -> No timeout using Cypress 3.8 or 4 (such as when we run using Cypress 3.4).
Test code to reproduce
Prerequisites
beforeEach()
.cy.visit()
,cy.request()
cypress open
-> run all spec -> all is fine)With cypress 3.4.0 all our tests runs in our pipeline just fine (if red -> application bug, else green)
With cypress 3.8.3 some of our tests timeouts in our pipeline. We know it's false positive as we run it on the same app that tests in 3.4. We also do not produce running the tests locally. It's not always the same tests that fails. On our 30-ish tests pipeline, we always have around 10-ish tests that fails, so every pipeline is affected.
Here the error messages we get (depending on if the scenario starts with, visit or request).
Versions
3.8.3 and 4.0.1 are affected. Could affect earlier versions.
3.4.0 is not affected.
We did not test versions in between 3.4.0 and 3.8.3.
I could give more information on our scenarios via MP.
The text was updated successfully, but these errors were encountered: