From 010e76a3b8ef59853cb85fda1eaa4d24efcf91b6 Mon Sep 17 00:00:00 2001 From: alexm Date: Mon, 3 Feb 2025 11:41:14 +0100 Subject: [PATCH] test: 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 c64daefd5..96df785a2 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -17,7 +17,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',