-
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.
[JENKINS-45793] Display results of TAP tests in blue ocean test view
Component/s | New: tap-plugin [ 15874 ] | |
Component/s | Original: blueocean-plugin [ 21481 ] |
What would be the process to start working on this? Would happy to give this a try if I can get some guidance.