From 93ade9c4e07192644d54bc11bd9038ccb06d49aa Mon Sep 17 00:00:00 2001 From: alexm Date: Mon, 10 Feb 2025 15:06:14 +0100 Subject: [PATCH] fix: refs #6695 try parallel --- cypress.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cypress.config.js b/cypress.config.js index f242d9987..87c184dff 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -19,6 +19,9 @@ export default defineConfig({ videosFolder: 'test/cypress/videos', downloadsFolder: 'test/cypress/downloads', video: false, + specPattern: 'test/cypress/integration/**/*.spec.js', + // specPattern: 'test/cypress/integration/route/routeList.spec.js', + experimentalRunAllSpecs: true, watchForFileChanges: true, reporter: 'cypress-mochawesome-reporter', reporterOptions: {