We need a TAP reporter that runs in the browser to use nodeunit on Testling. I'm happy to whip one up, but I'm not sure where it belongs.
Options:
- karma-nodeunit is a separate repo. I could do the same for a TAP browser reporter. This direction feels a little funny because it's a generally useful reporter, like the existing server TAP reporter and it'd be detached from nodeunit development. karma-nodeunit has the browser nodeunit build committed in its source, which is a bit smelly.
- Build it into nodeunit/dist/ with
make browser. This direction feels funny because it's very much a second class citizen compared to the other reporters. Testling encourages test suites made of browserifiable CommonJS modules. There'd be no easy way to npm install and require() the reporter.
Thoughts?
We need a TAP reporter that runs in the browser to use nodeunit on Testling. I'm happy to whip one up, but I'm not sure where it belongs.
Options:
make browser. This direction feels funny because it's very much a second class citizen compared to the other reporters. Testling encourages test suites made of browserifiable CommonJS modules. There'd be no easy way tonpm installandrequire()the reporter.Thoughts?