Mark Phillips
Mark Phillips
FYI I have managed to get this working now with the latest version of Cypress (browser) and will post some updates here later - key aspect was to create a...
Yes sure @dagda1 - but let me do some further investigations
Please note Cypress has now be updated to version 12 so will look into this now
A few things I have noticed when upgrading to version 12 is that I received this error: `Cypress.Cookies.defaults()` has been deprecated and is no longer supported - I am not...
@dagda1 reviewing this again now - it seems the issue is that in this file https://github.com/thefrontside/simulacrum/blob/302ff9540612fb58730c1ed4c412d2ff09394134/integrations/cypress/cypress/support/utils/whitelist-cookies.ts - Cypress now recommend using cy.session for these scenarios Do you have a preferred...