diff --git a/cypress.config.js b/cypress.config.js index 33cab4924..8e5f16517 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -14,7 +14,7 @@ if (process.env.CI) { reporter = 'junit'; reporterOptions = { mochaFile: 'e2e-junitresults.xml', - toConsole: true, + toConsole: false, }; } else { urlHost = 'localhost';