Skip to content

Commit

Permalink
ci: add experimentalSingleTabRunMode (#6651)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Feb 8, 2024
1 parent 6d1ad88 commit efb0113
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/demo-cypress/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
});

0 comments on commit efb0113

Please sign in to comment.