https://cypress.io logo
You should not have mine export in your file your ...
# e2e-testing
m
You should not have mine export in your file your file only needs this.
Copy code
js
module.exports = defineConfig({
 e2e: {
  experimentalSessionAndOrigin: true,
  setupNodeEvents(on, config) {
    // implement node event listeners here
},
},
});