-
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 v11.0.0
Broken with experimentalSessionAndOrigin: true
#24611
Comments
We are actively investigating. |
The code for this is done in cypress-io/cypress#24630, 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 |
Thanks for the quick reaction and release @ryanthemanuel @emilyrohrbough @mjhenkes @ZachJW34 ! 🙌 |
Current behavior
I wanted to upgrade to cypress
v11
fromv10.4.0
. After bumping the version Cypress is broken.Figuring out whats wrong I found that the
experimentalSessionAndOrigin: true
leads to this error which prevents cypress from running the testsWhen I disable
experimentalSessionAndOrigin
tests seem to work but obviously don't pass as I use session and originexperimentalSessionAndOrigin: true
experimentalSessionAndOrigin: false
Desired behavior
Cypress successfully runs the tests as normal
Test code to reproduce
....
Cypress Version
Node version
v14.18.1
Operating System
macOS BigSur 11.7
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered: