We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7447ff commit 8832c97Copy full SHA for 8832c97
angular-standalone/cypress.config.ts
@@ -5,6 +5,7 @@ export default defineConfig({
5
devServer: {
6
framework: "angular",
7
bundler: "webpack",
8
+ webpackConfig: { stats: "errors-only" }, // see issue https://github.com/cypress-io/cypress/issues/26456
9
},
10
specPattern: "**/*.cy.ts",
11
angular/cypress.config.ts
0 commit comments