From a096ac5b484f2a29d3e4fd25d027eb3bc8b8f299 Mon Sep 17 00:00:00 2001 From: alexm Date: Wed, 19 Feb 2025 10:13:02 +0100 Subject: [PATCH] ci: refs #6695 check pass when is full green --- cypress.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.config.js b/cypress.config.js index ae3cb3f00..c9035e0d5 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/**/*.spec.js', + specPattern: 'test/cypress/integration/claim/*.spec.js', experimentalRunAllSpecs: true, watchForFileChanges: true, reporter: 'cypress-mochawesome-reporter',