ci: refs #6695 cypress reporter fix
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
cf678b423d
commit
0c68265408
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue