diff --git a/tests/cypress.config.ts b/tests/cypress.config.ts index fe46c9bf..abceaf4d 100644 --- a/tests/cypress.config.ts +++ b/tests/cypress.config.ts @@ -7,6 +7,7 @@ import { defineConfig } from "cypress"; export default defineConfig({ e2e: { specPattern: "cypress/e2e/**/*.feature", + chromeWebSecurity: false, // Due to https://github.com/cypress-io/cypress/issues/22040 in GitHub Actions // supportFile: false, async setupNodeEvents(