Cypress.Cookies.defaults() will be removed. What to do? #21990
Unanswered
jitenev
asked this question in
Questions and Help
Replies: 1 comment
-
I recommend turning off
This way, the session will not be cleared between it-s. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Tests need to learn session cookies, both between tests within the same spec and between different specs.
Cypress.Cookies.defaults() -> solved my problem perfectly.
cy.session() -> does not solve this problem.
Does anyone have any ideas on this?
Beta Was this translation helpful? Give feedback.
All reactions