busterjs / buster

Abandoned - A powerful suite of automated test tools for JavaScript.
http://docs.busterjs.org
Other
448 stars 37 forks source link

Share a standard Reporter interface? #419

Closed JamesMGreene closed 9 years ago

JamesMGreene commented 10 years ago

We on the QUnit team have been discussing the possibility of working with other JS test frameworks that can be run client-side (e.g. Mocha, Jasmine, Intern, etc.) to agree upon a standard Reporter interface so that we could hopefully share Reporter plugins between testing frameworks.

This would most likely come in the form of an EventEmitter interface (.on(...)/.off(...)) with an agreed upon:

Would you guys be interested in discussing this further with us?

If so, I've added @cjohansen, @augustl, and @dwittner to a "Team Buster" group for https://github.com/js-reporters/js-reporters.

Discussions: https://github.com/js-reporters/js-reporters/issues/

Cross-reference issues: