From efb01138d265387950db1d5d162ef591b835689f Mon Sep 17 00:00:00 2001 From: Maksim Ivanov Date: Thu, 8 Feb 2024 13:22:08 +0300 Subject: [PATCH] ci: add `experimentalSingleTabRunMode` (#6651) --- projects/demo-cypress/cypress.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/demo-cypress/cypress.config.ts b/projects/demo-cypress/cypress.config.ts index eac04016856c..d1687d86c1ed 100644 --- a/projects/demo-cypress/cypress.config.ts +++ b/projects/demo-cypress/cypress.config.ts @@ -46,5 +46,6 @@ export default defineConfig({ supportFile: 'src/support/component.ts', indexHtmlFile: 'src/support/component-index.html', specPattern: 'src/tests/**/*.cy.ts', + experimentalSingleTabRunMode: true, }, });