-
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 generates an invalid config file #22107
Comments
Hi! I think this is related: #22074 I have no idea why it's complaining about Are you able to create a minimal reproduction? I tried your |
Right now there doesn't seem to be enough information to reproduce the problem on our end. We'll have to close this issue until we can reproduce it. This does not mean that your issue is not happening - it just means that we do not have a path to move forward. Please open a new issue with a reproducible example and link to this issue. Here are some tips for providing a Short, Self Contained, Correct, Example and our own Troubleshooting Cypress guide. |
Tried to upgrade to Cypress 10.0.0 from 9.5.3 and after conversion of my cypress.json i'm getting the same error. my cypress.json:
and the generated cypress.config.ts:
I also tried the latest 10.x version but than the error message gets even more obscure. Are there any depedencies i need to update or install additionally on Intel Macbook with OSX 12.4? |
Current behavior
Brand new download of Cypress 10.0.2 using esbuild, converting an existing Cypress configuration. This setup did work under Cypress 9.x
The old config
Cypress converts this to
Then cypress immediately gives me a "Your configFile is invalid: north_by_seven/cypress.config.ts"
With this stack trace:
I don't seem to have a
cypress.config.bundled_1654357374176.mjs
even though it is being referenced.I'm not sure what's going on here, and would appreciate any help.
I've tried deleting the old config file and starting fresh, but I still get the same error.
What am I doing incorrectly?
Desired behavior
I'd expect Cypress to start normally.
Test code to reproduce
Cypress Version
10.0.2
Other
No response
The text was updated successfully, but these errors were encountered: