diff --git a/angular/my-awesome-app/cypress.config.ts b/angular/my-awesome-app/cypress.config.ts index b3fd872..b9e9ac7 100644 --- a/angular/my-awesome-app/cypress.config.ts +++ b/angular/my-awesome-app/cypress.config.ts @@ -5,6 +5,7 @@ export default defineConfig({ devServer: { framework: "angular", bundler: "webpack", + webpackConfig: { stats: "errors-only" }, // see issue https://github.com/cypress-io/cypress/issues/26456 }, specPattern: "**/*.cy.ts", },