-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
No custom test reporters #862
Comments
Unfortunately we are not currently planning on working on this. If you'd like to help out and add more custom test reporter features, I'd be happy to work with you on a Pull Request :) |
Closing this because there has been a month of inactivity. Happy to receive pull requests for this if anyone is interested in working on it. |
This is how I worked it around: in
In
This works as Jasmine adds their reporter afterwards. Also check out this: jasmine/jasmine#1183 Since you can only add reporters to jasmine and not remove them, this workaround might stop working at some point if Jest decided the add the reporter before the file mentioned. Update this doesn't quite work as running the whole suite does not seem to finish (single files do). |
Could we reopen this now that Jest is popular? I would love to consolidate on using jest for testing node apps, but this is a major blocker. The current hacks of using |
"zero configuration" really doesn't have to mean "no configuration". |
I'm not going to lie, I just want this implemented so I can use the nyan cat reporter. |
You can use custom reporters in |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Like mocha`s:
Spec
Nyan
Dot Matrix
TAP
etc.
The text was updated successfully, but these errors were encountered: