-
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
Expected e2e.testIsolation
to be one of these values: true
#25007
Comments
e2e.testIsolation
to be one of these values: true.
e2e.testIsolation
to be one of these values: true.e2e.testIsolation
to be one of these values: true
@skjnldsv Thank you for reporting this issue. Sorry this was causing you problems! I have put out a fix. |
The code for this is done in cypress-io/cypress#25008, but has yet to be released. |
This was release in v12.0.1 |
No worries at all! :) |
Current behavior
When running a component test suite, cypress throws for the e2e config key
testIsolation
.Running the e2e suite works fine
Desired behavior
Not throw for a valid e2e config
Test code to reproduce
nextcloud-libraries/nextcloud-cypress#111
Cypress Version
12.0.0
Node version
16.18.1
Operating System
Archlinux
Debug Logs
An invalid configuration value was set. Expected e2e.testIsolation to be one of these values: true. Instead the value was: false
The text was updated successfully, but these errors were encountered: