adamgruber / mochawesome

A Gorgeous HTML/CSS Reporter for Mocha.js
https://gitter.im/mochawesome/general
MIT License
1.06k stars 160 forks source link

let consoleReporter support other reporters #330

Open mason276752 opened 4 years ago

mason276752 commented 4 years ago

example:

npm install mocha-silent-reporter
mocha $YOUR_TEST --reporter mochawesome --reporter-options consoleReporter=mocha-silent-reporter
DJ-Glock commented 3 years ago

This can be very useful! For now we have to use mocha-multi-reporters to run mochawesome and another reporter in the same time.

adamgruber commented 3 years ago

This feels like an abuse of the consoleReporter option to run multiple reporters.