Skip to content

Add Cypress 5 support #8

@blackjack26

Description

@blackjack26

The Cypress.Cookies.defaults() whitelist option has been renamed to preserve to more closely reflect its behavior. Addressed in #7782.

The following code block would need to be updated:

Cypress.Cookies.defaults({
whitelist: [
Cypress.env('auth0SessionCookieName'),
Cypress.env('auth0StateCookieName')
],
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions