https://cypress.io logo
ok then we are almost there. in your cypress.confi...
# e2e-testing
m
ok then we are almost there. in your cypress.config.js or .ts you need to add the experimentalSessionandOrigin to true
Copy code
js
export default defineConfig({
  e2e: {
    experimentalSessionAndOrigin: true,
    async setupNodeEvents(on, config) {
    },
  },
});