From 504e67806fabc8d42e089cf7aa7767acbd87e91e Mon Sep 17 00:00:00 2001 From: Michal Zielenkiewicz Date: Fri, 9 Dec 2022 10:40:42 +0100 Subject: [PATCH] fixup! chore(deps): update dependency cypress to v12 --- cypress.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress.config.ts b/cypress.config.ts index a899857c99..c7cc1a67dd 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -9,5 +9,6 @@ export default defineConfig({ return require('./cypress/plugins/index.js')(on, config) }, baseUrl: 'http://localhost:3000', + testIsolation: false, }, })