Open Raynos opened 10 years ago
Is there any module that can transform Tape's default output into a JSON stream preferably same as what tape.createJSONStream does? It'd be an easy feature to implement if something like that exists already
Looks like https://github.com/scottcorgan/tap-spec uses https://www.npmjs.org/package/tap-parser to accomplish a very similar outcome.
oh yes, i forgot about tap-parser
you can use that, it's great :)
I also feel the need of separating it to more modules. It needs some restructure, at least one weekend day is needed
It would be nice if I can do
node test/foo.js | prova-reporter
and it gives me the pretty output prova gives but I'm usingtape
under the hood.i.e. if we can have some of the reporting pretties re-implemented as something that parses TAP on standard in then that would be awesome.