From 49d7b6bc443acb8c1a4fccb8bb1171a4ab0fdb9c Mon Sep 17 00:00:00 2001 From: alexm Date: Mon, 3 Feb 2025 11:00:48 +0100 Subject: [PATCH] test: refs #6695 try run all claim e2e --- cypress.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.config.js b/cypress.config.js index 8bf934b29..c64daefd5 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/claimAction.spec.js', + specPattern: 'test/cypress/integration/claim/*.spec.js', experimentalRunAllSpecs: true, watchForFileChanges: true, reporter: 'cypress-mochawesome-reporter',