File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -25,4 +25,8 @@ yarn-debug.log*
2525yarn-error.log *
2626
2727.vscode
28- .DS_Store
28+ .DS_Store
29+
30+ ** /cypress /downloads /
31+ ** /cypress /screenshots /
32+ ** /cypress /videos /
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ export default defineConfig({
55 devServer : {
66 framework : "angular" ,
77 bundler : "webpack" ,
8+ webpackConfig : { stats : "errors-only" } , // see issue https://github.com/cypress-io/cypress/issues/26456
89 } ,
910 specPattern : "**/*.cy.ts" ,
1011 } ,
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ export default defineConfig({
55 devServer : {
66 framework : "angular" ,
77 bundler : "webpack" ,
8+ webpackConfig : { stats : "errors-only" } , // see issue https://github.com/cypress-io/cypress/issues/26456
89 } ,
910 specPattern : "**/*.cy.ts" ,
1011 } ,
You can’t perform that action at this time.
0 commit comments