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
Change testIsolation values from "legacy"/"strict" to "on" / false "off" tie specifically to browser context and update cy.session() to inherent the testIsolation configuration to toggle when session clears the the page when the command executes.
Behavior After Changes
testIsolation
beforeEach test
cy.session
on
clear page, clear cookies & storage in all domains
clear page, clear cookies & storage in all domains
off
do nothing to browser context
clear cookies & storage in all domains
Current Behavior
testIsolation
beforeEach test
cy.session
strict
clear page, clear cookies & storage in all domains
clear page, clear cookies & storage in all domains
legacy
clear cookies & storage in all domains
clear page, clear cookies & storage in all domains
The text was updated successfully, but these errors were encountered:
emilyrohrbough
changed the title
Change TestIsolation legacy to true / false and tie specifically to browser context
Change TestIsolation legacy to "on" / false "off" tie specifically to browser context
Oct 19, 2022
The code for this is done in cypress-io/cypress#24316, but has yet to be released.
We'll update this issue and reference the changelog when it's released.
Change
testIsolation
values from "legacy"/"strict" to "on" / false "off" tie specifically to browser context and updatecy.session()
to inherent the testIsolation configuration to toggle when session clears the the page when the command executes.Behavior After Changes
Current Behavior
The text was updated successfully, but these errors were encountered: