test: refs #6695 try run all claim e2e
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2025-02-03 11:00:48 +01:00
parent 6f839df311
commit 49d7b6bc44
1 changed files with 1 additions and 1 deletions

View File

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