-
Notifications
You must be signed in to change notification settings - Fork 369
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
Share a common Reporter interface? #276
Comments
Since this issue was opened in Sep 2014 and it's now Oct 2017, I'm guessing there's not much interest from anyone who's using Since I want to keep using |
I agree lightweight testing frameworks are the way to go. I highly, highly recommend checking out tap. It's under active development, it's extremely well supported. This project is barely maintained. It was created way back in the early days of node, and there's a lot of cruft. |
@mreinstein - Thanks for the tip - I noticed that |
I just wish |
@dossy I think you're looking for this: http://www.node-tap.org/api/#tplannumber |
@mreinstein - Indeed. Unfortunate that TAP deviated from the |
FYI, for anyone who stumbles upon this issue in the future, looking for |
We on the QUnit team have been discussing the possibility of working with other JS test frameworks, especially those that can be run client-side (e.g. Mocha, Jasmine, Intern, Buster, etc. — and apparently NodeUnit! 😲), to agree upon a common Reporter interface so that we could hopefully share Reporter plugins between testing frameworks.
This would most likely come in the form of:
.on(...)
/.off(...)
) OR an object with standard "hook" propertiesMyLib.addReporter(x)
,MyLib.reporter = x;
, etc.Would you guys be interested in discussing this further with us? If so, please let me know who I should invite to participate.
Centralized Discussions: https://github.com/js-reporters/js-reporters/issues/
Cross-reference issues:
The text was updated successfully, but these errors were encountered: