-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support mocha reporters #3
Comments
@visionmedia suggested inheriting / overriding mocha's lib/runner.js |
seems like an odd place to report this haha but we already have a mocha issue for multiple reports via some standard json stream thingy |
Ah yeah, looks like mochajs/mocha#492 is what would make this easier |
I just put together mocha-report so you can do this now: $ mocha-broken | mocha-report spec |
awesome! do you want to make a PR to add this to mocha-broken? |
Sure I just need to put together a slightly modified json-stream reporter that has error messages and then I'll make a PR On Wed, Jun 11, 2014 at 9:31 PM, Julian Gruber notifications@github.com
|
I'm not a mocha expert but I imagine you would need mocha to run multiple reporters?
json-stream
for persistence and another reporter of your choice. Is there any way to do this without running mocha twice?The text was updated successfully, but these errors were encountered: