diff --git a/cypress.config.js b/cypress.config.js index 337e8de..8f3b625 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -4,4 +4,5 @@ module.exports = defineConfig({ e2e: { baseUrl: "http://localhost:3000", }, + chromeWebSecurity: false });