diff --git a/config/cypress.config.js b/config/cypress.config.js index 4eeb6845..26784e88 100644 --- a/config/cypress.config.js +++ b/config/cypress.config.js @@ -1,7 +1,9 @@ const { defineConfig } = require("cypress"); module.exports = defineConfig({ + projectId: "vyjuem", e2e: { + experimentalStudio: true, setupNodeEvents(on, config) { },