fix: refs #6695 fix e2e's
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2025-02-10 12:43:34 +01:00
parent 69fb218b21
commit a31d6cf819
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ export default defineConfig({
videosFolder: 'test/cypress/videos',
downloadsFolder: 'test/cypress/downloads',
video: false,
specPattern: 'test/cypress/integration/route/routeList.spec.js',
specPattern: 'test/cypress/integration/**/*.spec.js',
// specPattern: 'test/cypress/integration/route/routeList.spec.js',
experimentalRunAllSpecs: true,
watchForFileChanges: true,
reporter: 'cypress-mochawesome-reporter',