0
0
Fork 0

feat: #7782 cypress.config watchForFileChanges

This commit is contained in:
Javier Segarra 2024-10-29 14:25:34 +01:00
parent b817aa92c2
commit 2090b78ce6
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ module.exports = defineConfig({
video: false, video: false,
specPattern: 'test/cypress/integration/**/*.spec.js', specPattern: 'test/cypress/integration/**/*.spec.js',
experimentalRunAllSpecs: true, experimentalRunAllSpecs: true,
watchForFileChanges: true,
component: { component: {
componentFolder: 'src', componentFolder: 'src',
testFiles: '**/*.spec.js', testFiles: '**/*.spec.js',