Skip to content

Commit 713dd83

Browse files
committed
chore: Use multiple reporters at the same time
1 parent 492c02c commit 713dd83

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.mochaReportersConfig.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"reporterEnabled": "xunit,spec",
3+
"xunitReporterOptions": {
4+
"output": "./junit/test-results.xml"
5+
}
6+
}

0 commit comments

Comments
 (0)