-
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
Migration Helper loads endlessly #22461
Comments
Thanks for the reproduction - I confirmed it's happening on linux, too. I will find out the problem and fix it. |
I found the problem. The migration tool is not respecting when I'm fixing the migration helper now. You can wait until the patch is merged and try again, or you can just change your {
"baseUrl": "http://localhost:3000/",
"integrationFolder": "JuiceShopTests",
"fixturesFolder": "fixtures",
"pluginsFile": "plugins/index.js",
"screenshotsFolder": "screenshots",
"supportFile": "support/index.js"
} I made these changes and it works. |
thx, workaround works! |
Current behavior
Hi! After update to latest version 10.2.0 (from 9.1.0) and run 'cypress open', I have clicked button 'Continue to Cypress 10', Migration Helper have been shown, but it's loading endlessly (screenshot). There is no errors in terminal or cypress window
Here is my repo: https://github.com/Maleckidd/CypressExample-OWASPJuiceShop
Debug logs
No response
Cypress Version
10.2.0
Package Manager
npm
Operating system
Mac
Other
No response
The text was updated successfully, but these errors were encountered: