Answers for "how to restore all session storage in beforeall cypress"

1

cypress clear session storage

cy.window().then((win) => {
  win.sessionStorage.clear()
})
Posted by: Guest on January-22-2021

Code answers related to "how to restore all session storage in beforeall cypress"

Code answers related to "Javascript"

Browse Popular Code Answers by Language