Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Cookies problems after enabling experimentalSessionAndOrigin in Cypress

Some cookies cannot be set after I have enabled experimentalSessionAndOrigin in my Cypress config file.

cypress.config.ts

export default defineConfig({
    e2e: {
        watchForFileChanges: false,
        retries: {
            runMode: 2,
            openMode: 0,
        },
        numTestsKeptInMemory: 15,
    },
});

Has anyone experienced something similar?

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

This issue gets resolved in Cypress 10.10!

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

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading