-
New Feature
-
Resolution: Unresolved
-
Minor
-
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.