Powered by
I use `Cypress.session.clearAllSavedSessions();` i...
# e2e-testing
a
adorable-smartphone-87280
08/30/2022, 12:51 AM
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
Previous
Next