Local cypress run hangs #15090
Unanswered
GabRog
asked this question in
Questions and Help
Replies: 1 comment
-
Can you provide a reproducible example? Otherwise, you can follow the troubleshooting guide https://on.cypress.io/troubleshooting Tip: remove the reporters to make sure the hanging is not reporter-related |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hello,
a problem occured for me - while running cypress test suite on mac locally using latest chrome execution hangs before first test case (first it in my only suite). Everything in section beforeEach is done, then everything hangs.
I found out that also in this situation if last in beforeEach is assertion, it does not cause test timeout and failure, but just hangs.
I am using cypress version 6.4.0.
My cypress.json:
Beta Was this translation helpful? Give feedback.
All reactions