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',