-
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
Incorrect Configuration error with testIsolation setting when experimentalSessionAndOrigin is true #24497
Comments
Hi @oatsoda 👋 , thanks for logging this issue! I was able to reproduce the issue and will route it to the appropriate team. |
Damn, I knew it wasn't me 😸 |
Ahaha, same here, it drove me crazy for a couple of days 🥲 |
i have the same issue |
The code for this is done in cypress-io/cypress#24604, but has yet to be released. |
Released in 11.0.1. This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Current behavior
If you have a config like this:
Then running Cypress works just fine.
*However, if you make ANY change to the config, then you'll get an error:
You have to restart Cypress for it to work again.
Desired behavior
The error is incorrect as
experimentalSessionAndOrigin
istrue
. So it just shouldn't error.Test code to reproduce
Cypress Version
10.11.0
Node version
16.15.0
Operating System
WIndows 11 22H2 22621.674
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered: