refs: #7782 Cypress features #891

Merged
alexm merged 5 commits from cypress_features into dev 2024-11-08 07:31:47 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 2090b78ce6 - Show all commits

View File

@ -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',