Details
-
Type:
New Feature
-
Status: Open (View Workflow)
-
Priority:
Minor
-
Resolution: Unresolved
-
Component/s: tap-plugin
-
Labels:None
-
Similar Issues:
Description
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.
What would be the process to start working on this? Would happy to give this a try if I can get some guidance.