diff --git a/cypress.config.js b/cypress.config.js index e2046d6c4..1b3e0190f 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -11,6 +11,7 @@ module.exports = defineConfig({ video: false, specPattern: 'test/cypress/integration/**/*.spec.js', experimentalRunAllSpecs: true, + watchForFileChanges: true, component: { componentFolder: 'src', testFiles: '**/*.spec.js',