0
0
Fork 0

fix: refs try parallel

This commit is contained in:
Alex Moreno 2025-02-10 15:06:14 +01:00
parent 53b79ff6d6
commit 93ade9c4e0
1 changed files with 3 additions and 0 deletions

View File

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