From 29140b821d7ad635a169cf6c64dfb553e867ba64 Mon Sep 17 00:00:00 2001 From: alexm Date: Wed, 19 Feb 2025 10:19:41 +0100 Subject: [PATCH] ci: refs #6695 run all e2e --- cypress.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.config.js b/cypress.config.js index c9035e0d5..ae3cb3f00 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -19,7 +19,7 @@ export default defineConfig({ videosFolder: 'test/cypress/videos', downloadsFolder: 'test/cypress/downloads', video: false, - specPattern: 'test/cypress/integration/claim/*.spec.js', + specPattern: 'test/cypress/integration/**/*.spec.js', experimentalRunAllSpecs: true, watchForFileChanges: true, reporter: 'cypress-mochawesome-reporter',