Skip to content

Commit 95d7d0d

Browse files
authored
Merge branch 'main' into update/browserslist
2 parents 4ad1df6 + 458a3ac commit 95d7d0d

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,8 @@ yarn-debug.log*
2525
yarn-error.log*
2626

2727
.vscode
28-
.DS_Store
28+
.DS_Store
29+
30+
**/cypress/downloads/
31+
**/cypress/screenshots/
32+
**/cypress/videos/

angular-standalone/cypress.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
},

angular/cypress.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
},

0 commit comments

Comments
 (0)