UNPKG

mocha-multi-reporters

Version:

Generate multiple mocha reports in a single mocha execution.

21 lines (16 loc) 301 B
{ "reporterEnabled": "spec, xunit", "reporterOptions": { "id": "default" }, "dotReporterOptions": { "id": "dot" }, "xunitReporterOptions": { "id": "xunit", "output": "xunit.xml" }, "tapReporterOptions": { "id": "tap" } }