-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
10.5.0 - "Your supportFile is missing or invalid" even when hardcoded in the config #23361
Comments
@Abcmsaj I have the same issue. Downgrading to 10.4.0 for now. |
Possibly related to #22903 |
@esetnik / @Abcmsaj Is your root directory named |
yes it is. Thanks, i'll wait for an update. |
Yeah it is, thanks Emily |
The code for this is done in cypress-io/cypress#23368, but has yet to be released. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Current behavior
When we upgrade to Cypress 10.5.0 and run our E2E test suite through our pipelines, we get an error on each of docker containers:
Even when we hardcode the location of the support file into the config, we get a similar error:
When we downgrade to Cypress 10.4.0 - works again
Desired behavior
Tests should just run as they did for 10.4.0
Test code to reproduce
Not sure I can provide code - we didn't change anything. Initially, our configs did NOT have the supportFile location set
This is how our directory is structured - which is the default way, I believe:
Cypress Version
10.5.0
Node version
16.16.0
Operating System
Docker - running the Cypress included image for 10.5.0
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered: