ci: refs #6695 JUnit console report disabled
gitea/salix-front/pipeline/pr-dev Something is wrong with the build of this commit Details

This commit is contained in:
Juan Ferrer 2025-02-21 11:47:16 +01:00
parent d2d06f012d
commit 9350c512ff
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ if (process.env.CI) {
reporter = 'junit'; reporter = 'junit';
reporterOptions = { reporterOptions = {
mochaFile: 'e2e-junitresults.xml', mochaFile: 'e2e-junitresults.xml',
toConsole: true, toConsole: false,
}; };
} else { } else {
urlHost = 'localhost'; urlHost = 'localhost';