-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to disable clear all cookies before each testcase #6691
Comments
I have the same problem |
the same testcase run on cypress 3.1.5 and 3.6.0,can login in。 but on cypress 3.7.0 ~ 4.1.0 not work,can't login in,Its were badly affected。 |
Unfortunately we have to close this issue as there is not enough information to reproduce the problem. This does not mean that your issue is not happening - it just means that we do not have a path to move forward. Please comment in this issue with a reproducible example and we will consider reopening the issue. |
@jennifer-shehane :After the version upgrade to 4.1.0, my integration test execution is blocked. I hope to help you see this problem. If you need to provide any logs(debug logs which part), I'd like to provide them. |
We'll need a reproducible example or sufficient enough explanation of the |
Current behavior:
Cypress automatically clears all cookies before each test to prevent state from building up.
how to disable? use
Cypress.Cookies.preserveOnce()
orCookies.defaults()
is not work.this feature effect my login by sso.
the same testcase run on cypress 3.1.5 and 3.6.1,can login in。 but on cypress 3.7.0 ~ 4.1.0 not work,can't login in,Its were badly affected。
I check 3.7.0 release notes, this bugfixs:
pls help me to check it, I can provided more infos。
Desired behavior:
Test code to reproduce
Versions
cypress : 4.1.0
chrome: 80
system:linux,mac
The text was updated successfully, but these errors were encountered: