You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading cypress-request and tough-cookie recently our Cypress tests keep failing because of our custom "test" domain we use to test in the browser with. tough-cookie fails with
Internal error while proxying "GET http://test:4933/my-custom-path" in MaybeAttachCrossOriginCookies:
Cookie has domain set to the public suffix "test" which is a special use domain. To allow this, configure your CookieJar with {allowSpecialUseDomain:true, rejectPublicSuffixes: false}.
What would you like?
Hello,
After upgrading
cypress-request
andtough-cookie
recently our Cypress tests keep failing because of our custom "test" domain we use to test in the browser with.tough-cookie
fails withThe only documents around cookies I could find are https://docs.cypress.io/api/cypress-api/cookies and https://docs.cypress.io/api/commands/setcookie, but the problem here is that those cookies aren't set by the Cypress test - they're set by our app that just so happens to run in a
test
docker container.It would be great if we could configure the default cookie jar as suggested by that warning message.
Why is this needed?
No response
Other
No response
The text was updated successfully, but these errors were encountered: