diff --git a/docs/reports.md b/docs/reports.md index d3ef8b094..b7395f571 100644 --- a/docs/reports.md +++ b/docs/reports.md @@ -286,6 +286,12 @@ Configure mocha-multi with reports that you want: "options": { "reportDir": "./output", "reportFilename": "report" + }, + "mocha-junit-reporter": { + "stdout": "./output/console.log", + "options": { + "mochaFile": "./output/result.xml" + } } } }