From 0c68265408b4b4c77e44a91dd8e9dfce4b198023 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Fri, 21 Feb 2025 11:39:39 +0100 Subject: [PATCH] ci: refs #6695 cypress reporter fix --- cypress.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.config.js b/cypress.config.js index 95e26d1a18..33cab4924e 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -13,7 +13,7 @@ if (process.env.CI) { browser = 'chromium'; reporter = 'junit'; reporterOptions = { - mochaFile: 'e2e-junitresults.xml,toConsole=true', + mochaFile: 'e2e-junitresults.xml', toConsole: true, }; } else {