Unstable “hanging” behavior of Cypress tests in GitLab CI #33293
Unanswered
Ponomarenko-Alice
asked this question in
CI setup
Replies: 1 comment 2 replies
-
|
#31018 (comment) has a suggestion about how to add spec timeouts globally. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I’m looking for help with an unstable “hanging” behavior of Cypress tests in GitLab CI.
Problem summary
Running: <spec>.cy.ts, and then nothing else appears. Because of this, it’s very hard to understand what went wrong, and the remaining specs are never executed.Context
CI run command:
Sometimes, before the hang, I can see background Chrome requests to external domains in
DEBUG=cypress:*logs (for example googleapis / android.clients.google.com / safebrowsing), but I’m not sure if they are directly related.Question
Is there any built-in mechanism or hook in Cypress that allows:
Beta Was this translation helpful? Give feedback.
All reactions