diff --git a/sites/partners/cypress.config.ts b/sites/partners/cypress.config.ts index 4d8264a444..c67269b11b 100644 --- a/sites/partners/cypress.config.ts +++ b/sites/partners/cypress.config.ts @@ -19,5 +19,6 @@ export default defineConfig({ }, baseUrl: "http://localhost:3001", specPattern: "cypress/e2e/**/*.{js,jsx,ts,tsx}", + experimentalRunAllSpecs: true, }, }) diff --git a/sites/public/cypress.config.ts b/sites/public/cypress.config.ts index c1d7937464..2566bd324e 100644 --- a/sites/public/cypress.config.ts +++ b/sites/public/cypress.config.ts @@ -23,6 +23,7 @@ export default defineConfig({ }, baseUrl: "http://localhost:3000", specPattern: "cypress/e2e/**/*.{js,jsx,ts,tsx}", + experimentalRunAllSpecs: true, }, component: {