-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: tap-plugin
-
None
TAP plugin version 1.16
There is a fix that will escape HTML in the Comment output. However, there are cases where some people would use HTML to format their output (such as to output an anchor link).
| Description | Directive | |
|---|---|---|
| <a href="somelink">Some Text</a> |
From the Jenkins TAP result, we would want to see the text "Some Text" as a link to click on, rather than the whole anchor HTML text.
Maybe an option in Jenkins configure to escape / un-escape HTML output would be great.
For more information, please see this commit change:
https://github.com/jenkinsci/tap-plugin/commit/52a7986dafe41d458a2aae500e517928aebfd310
Thanks.