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';
|
reporter = 'junit';
|
||||||
reporterOptions = {
|
reporterOptions = {
|
||||||
mochaFile: 'e2e-junitresults.xml',
|
mochaFile: 'e2e-junitresults.xml',
|
||||||
toConsole: true,
|
toConsole: false,
|
||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
urlHost = 'localhost';
|
urlHost = 'localhost';
|
||||||
|
|
Loading…
Reference in New Issue