Skip to content

Commit

Permalink
update: reduce web security to overcome cross origin JS execution res…
Browse files Browse the repository at this point in the history
…trcition
  • Loading branch information
VsevolodX committed Apr 10, 2024
1 parent 9ceed8b commit f082c69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit f082c69

Please sign in to comment.