-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Direct Download version 10.0.0 can't initialize #21999
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
Comments
Yes, this is a legitimate issue. Thanks for taking the time for report this. |
When we detect that Cypress has been opened via direct download, we should scaffold the e2e files differently like below. We need a test for this because there's some belief amongst the team that this should have already been addressed. module.exports = {
e2e: {
setupNodeEvents(on, config) {
// implement node event listeners here
},
},
}; |
Yes, I now confirmed if the config file looks like this then direct download loads the config file and can run sample tests. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Uh oh!
There was an error while loading. Please reload this page.
Current behavior
The version was downloaded thru Direct Download after initialising the cypress e2e project throws an Error on Loading configFile.
Desired behavior
Self initialized e2e project should be able to run in Direct Downloaded Installation.
Test code to reproduce
Cypress Version
10.0.0
Other
No response
The text was updated successfully, but these errors were encountered: