Cypress freezes for a few minutes after selecting "E2E Testing" #29430
Unanswered
MichaelJHaywood
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
-
If I run "cypress open" and select "E2E Testing" Cypress then displays the "Choose a browser" page and freezes for around 3 minutes. This means I can't interact with anything.
I'm unable to recreate this with a simple example so it''s leading me to think it could be one of the other Cypress dependencies.
I enabled logging and noticed this is output multiple times while it is frozen. You can see it prints the amount of loaded modules, then takes 50 seconds and checks local test counts.
It doesn't appear any of our code is running during startup that could be blocking this either.
Has anybody else been experiencing this?
Beta Was this translation helpful? Give feedback.
All reactions