https://cypress.io logo
I use `Cypress.session.clearAllSavedSessions();` i...
# e2e-testing
a
I use
Cypress.session.clearAllSavedSessions();
in an
afterEach()
hook to clear my session state. I don't know if that clears the entire cache or not, but might be worth trying (?).
2 Views