diff --git a/cypress.config.ts b/cypress.config.ts index ed523ca7e..bb7bd1485 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -5,6 +5,7 @@ export default defineConfig({ viewportHeight: 768, fixturesFolder: false, e2e: { + testIsolation: false, setupNodeEvents(on, config) {}, baseUrl: 'http://localhost:9009', },