0
0
Fork 0

fix: refs #8606 deleted code

This commit is contained in:
Jon Elias 2025-03-07 11:25:24 +01:00
parent 69e5495ccb
commit 60ae21747f
1 changed files with 1 additions and 1 deletions

View File

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