-
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 open not working #30925
Comments
Hi @MartinLednarLedo. Thank you for opening an issue. I have created a repository with a basic reproduction but I am unable to reproduce. Are you able to help me fill in the blanks? |
Hi @AtofStryker thank you for quick response. So to provide more details about the setup, which is not IMO ordinary:
What is different from your repository?
Just for the test i created new cakePHP app and installed cypress. It seems that cake is causing the cypress to download so long but cypress opened successfully so I think the error has to be caused by some of the files mentioned above. Hope this helped to clarify some things. If you need anything else to help you dedug the issue, let my know. |
Current behavior
Hi,
I have migrated my older project to Vite 6 and I wanted to try Cypress for e2e tests. After installing via
npm i cypress --save-dev
and runningnpx cypress open
the cypress window is opened I see the loading spinner but in terminal i getThese are my dependencies
When i tried fresh installation in my Nuxt3 apps, they are using Vite v5.4.11 the Cypress works fine. That's why I tried this version also in my project, but it didn't help.
Also I dont know if it's relevant, but in my project the installation of cypress takes signifcantly more time than in nuxt projects.
Could you suggest what am I doing wrong? Thank you very much for any help
Desired behavior
No response
Test code to reproduce
Don't have any tests and the unfortunately repo is private.
Cypress Version
14.0.0
Node version
22.7.0
Operating System
MacOS 14.7.1
Debug Logs
Other
No response
The text was updated successfully, but these errors were encountered: