-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Add arbitrary reporter support to js api #323
Comments
+1 note: it's easy to hook into the pass/fail event's from the js api's mocha.run() object and make your own reporter functionality but it seems i can't completely silence/null the stdout reporter: i keep getting some failed reports in red. it seems it's the Base.epilogue (related to #138 maybe?) i use this in a jake task
|
+1 |
note that now you can also do |
oh ok. good to know then. I guess the API of the module should be the exact same as the one the reporters implement ? |
i have an example in the wiki |
nice, refactors/modularizes nicely from my js-api event workaround. thanks :) |
currently just takes the name
The text was updated successfully, but these errors were encountered: