Disable Chrome Web Security
This commit is contained in:
parent
bb87b082af
commit
8b031e1a8f
|
|
@ -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}',
|
||||
|
|
|
|||
Loading…
Reference in New Issue