ci: refs #6695 JUnit console report disabled
gitea/salix-front/pipeline/pr-dev Something is wrong with the build of this commit
Details
gitea/salix-front/pipeline/pr-dev Something is wrong with the build of this commit
Details
This commit is contained in:
parent
d2d06f012d
commit
9350c512ff
|
@ -14,7 +14,7 @@ if (process.env.CI) {
|
|||
reporter = 'junit';
|
||||
reporterOptions = {
|
||||
mochaFile: 'e2e-junitresults.xml',
|
||||
toConsole: true,
|
||||
toConsole: false,
|
||||
};
|
||||
} else {
|
||||
urlHost = 'localhost';
|
||||
|
|
Loading…
Reference in New Issue