Hey @albertfdp! :wave: I would love to use this plugin on our CI but would also like the default Spec output displayed too. Unfortunately Mocha doesn't support multiple reporters.
Would you be able to extend the built-in Spec reporter? It should just be a case of importing the inherits function, and then extending Spec.
Hey @albertfdp! :wave: I would love to use this plugin on our CI but would also like the default Spec output displayed too. Unfortunately Mocha doesn't support multiple reporters.
Would you be able to extend the built-in Spec reporter? It should just be a case of importing the
inherits
function, and then extendingSpec
.Thanks!