-
Type:
Improvement
-
Resolution: Won't Fix
-
Priority:
Trivial
-
Component/s: tap-plugin
-
None
It appears that the TAP plugin assumes a 1-to-1 relationship between files and streams. However, it seems that the plugin should be able to separate the streams and create multiple reports. I may be missing something though. I know the protocol doesn't yet support suites, but it seems that if you are wrapping the protocol, you should be able to compensate for that deficiency, no? It would be super cool. I have a generic testing tool I run by passing it a directory of test files using a find command and pipe the TAP output to xargs which creates a single file. It would be super if you could parse these out.