cypress-nextjs-auth0 icon indicating copy to clipboard operation
cypress-nextjs-auth0 copied to clipboard

[Cypress cookies default deprecation] `Cypress.Cookies.defaults()` has been deprecated and will be removed in a future release. Consider using `cy.session()` instead.

Open gusmiguens opened this issue 2 years ago • 3 comments

Question

Relevant information

Cypress is deprecating Cypress.Cookies.defaults. Is in the timeline to change this?

Thanks in advance :)

gusmiguens avatar Jun 14 '22 21:06 gusmiguens

In Cypress v12.0.0, Cypress.Cookies.defaults and Cypress.Cookies.preserveOnce were removed. The current plugin version is no longer compatible with Cypress 12.

https://github.com/cypress-io/cypress/issues/25030

emilyrohrbough avatar Dec 07 '22 15:12 emilyrohrbough

@emilyrohrbough, just in case, did you find any solution for this issue?

It looks like this library isn't maintained anymore.

theodiablo avatar Dec 30 '22 11:12 theodiablo

@theodiablo I haven't used this plugin, I was just commenting to nudge the author to make updates to be compatible with Cypress 12.

emilyrohrbough avatar Dec 30 '22 15:12 emilyrohrbough