Why Cypress freezes when there are multiple tests inside a skipped test suite? #29670
Unanswered
p-saxena
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Cypress execution freezes if there are multiple tests inside a skipped test suite.
Here is the example code to reproduce the problem:
Environment details:
Cypress version: 12.4.1
Browser: Chrome125(headless)
Node: 20.13.1
Question:
Can someone please explain Cypress's behavior in the following 2 cases:
It would be really useful to me if someone can recommend me a workaround to skip multiple tests inside a test suite. Since neither
describe.skip
works nor marking individual tests asit.skip
works.Beta Was this translation helpful? Give feedback.
All reactions