Disable Chrome Web Security

This commit is contained in:
Ramon Wenger 2022-09-27 14:11:09 +02:00
parent bb87b082af
commit 8b031e1a8f
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ import {readFileSync} from "fs";
import {resolve} from "path";
export default defineConfig({
chromeWebSecurity: false,
e2e: {
"baseUrl": "http://localhost:8080",
specPattern: 'cypress/integration/frontend/**/*.spec.{js,ts}',