https://cypress.io logo
cy.session() is not storing session storage.
# i-need-help
c
I am using cy.session() to store local and session storages before tests so that I dont have to log in each time. However it seems that the session storage is not stored as expected. Local storage and cookies are strored, though. Here you can find my test spec. I believe it might be related to some domain stuff but could not find anything as of now. Anyone can help me with this?
a