You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* TODO(@nx/cypress): In Cypress v12,the testIsolation option is turned on by default.
import{defineConfig}from'cypress'import{nxE2EPreset}from'@nx/cypress/plugins/cypress-preset'exportdefaultdefineConfig({e2e: {
...nxE2EPreset(__dirname),/** * TODO(@nx/cypress): In Cypress v12,the testIsolation option is turned on by default. * This can cause tests to start breaking where not indended. * You should consider enabling this once you verify tests do not depend on each other * More Info: https://docs.cypress.io/guides/references/migration-guide#Test-Isolation **/testIsolation: false,},})
edd795af1eb62024505638426cfdfb3f1ed6e294
The text was updated successfully, but these errors were encountered:
In Cypress v12,the testIsolation option is turned on by default.
This can cause tests to start breaking where not indended.
You should consider enabling this once you verify tests do not depend on each other
More Info: https://docs.cypress.io/guides/references/migration-guide#Test-Isolation
websites/apps/old-positions-e2e/cypress.config.ts
Line 8 in 553c9fc
edd795af1eb62024505638426cfdfb3f1ed6e294
The text was updated successfully, but these errors were encountered: