0

Web application under the Cypress test has local storage containing of 2 different parts and each part belongs to its own URL. I need to get and set local storage items in the both. How can I do that? E.g. console.log(Cypress.LocalStorage); command gives me an empty array which I believe belongs to the first part which is empty indeed. But another one is not empty. So how can I manage it (get/set items)? Here is an example for cookies: $.cookie("LoginUser", selectedUser, { path: '/' }); But I was not able to rebuild it for local storage.

vitaliy4us
  • 335
  • 1
  • 17

0 Answers0