forked from verdnatura/salix-front
feat: #7782 cypress.config watchForFileChanges
This commit is contained in:
parent
b817aa92c2
commit
2090b78ce6
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue