ci: refs #6695 cypress reporter fix
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Juan Ferrer 2025-02-21 11:39:39 +01:00
parent cf678b423d
commit 0c68265408
1 changed files with 1 additions and 1 deletions

View File

@ -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 {