From 273074ce1bce9fd219fa33a6e3a2ff85a236172c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Thu, 15 Apr 2021 13:32:05 +0200 Subject: [PATCH] Fix Chromium security problem --- cypress/cypress.json | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress/cypress.json b/cypress/cypress.json index cc241e8bf..3f41ca3e5 100644 --- a/cypress/cypress.json +++ b/cypress/cypress.json @@ -1,6 +1,7 @@ { "projectId": "qa7fe2", "ignoreTestFiles": "*.js", + "chromeWebSecurity": false, "baseUrl": "http://localhost:3000", "retries": { "runMode": 2,