Skip to content

Commit

Permalink
Disable web security in Cypress due to iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
canmingir committed Jul 1, 2024
1 parent fc18452 commit 11411f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { defineConfig } from "cypress";

const config = defineConfig({
defaultCommandTimeout: 60000,
chromeWebSecurity: false,
component: {
devServer: {
framework: "react",
Expand Down

0 comments on commit 11411f1

Please sign in to comment.