Skip to content

Commit 8795166

Browse files
committed
fix2
1 parent ab6bb66 commit 8795166

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/.mocharc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ module.exports = {
1616
quiet: true,
1717
},
1818
mochaJunitReporterReporterOptions: {
19-
mochaFile: '.mochawesome-report/junit-report.xml',
20-
toConsole: true,
19+
mochaFile: './mochawesome-report/junit-report.xml',
20+
toConsole: false,
2121
},
2222
},
2323
retries: 0,

0 commit comments

Comments
 (0)