daniellockyer / mocha-github-actions-reporter

Custom reporter for Mocha which outputs Github Actions annotations
MIT License
7 stars 5 forks source link

Make reporter extend Spec #1

Closed daniellockyer closed 4 years ago

daniellockyer commented 4 years ago

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.

Thanks!