-
Type:
New Feature
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: tap-plugin
-
None
Trying to get the test view in pipeline runs to show TAP test results. Looks like it only expose junit tests?
I have the TAP plugin turned on, and the following step in my declarative pipeline: step([$class: "TapPublisher", testResults: "tap_**.log"]), but nothing is showing up in the tests view.
Â
Ultimately, having a clean publishing step like `tap` would be ideal.