diff --git a/cypress.config.js b/cypress.config.js index a84b36c..2e2a7e3 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -1,8 +1,8 @@ const { defineConfig } = require('cypress') module.exports = defineConfig({ - includeShadowDom: true, e2e: { + includeShadowDom: true, chromeWebSecurity: false, defaultCommandTimeout: 20000, specPattern: 'cypress/integration/**/*.ts',