Details
-
Improvement
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
Description
I use Jenkis TAP plugin to process output generated by Node.js modules.
There TAP subtest feature is used quite heavily. Unfortunately, TAP plugin does not provide detailed information on sub-tests and also does not include sub-test count in the total test number.
I have submitted a pull-request to fix this by introducing a new TAP plugin configuration option: https://github.com/jenkinsci/tap-plugin/pull/9
Going to attach an example data, where the "Flatten TAP output" feature has been used, to depict the effect on presented result.
I would love to see this feature as well. I have started using this plug-in, and subtests would make the resulting output more readable. However, if we cannot drill into the subtests, the feature is sort of meaningless. I tried checking the "Enable Subtests" checkbox, but that seemed to have no effect.