-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Component/s: testng-plugin
-
None
I am using Jenkins for automated run of Selenium project with TestNg reporter.
Project is doing some UI tests for web application.
At the test failure, we're executing code:
Reporter.log("<a href='" + fileLink + "'> <img src='" + fileLink
+ "' height='100' width='100'/> </a>");
So, at test results I have a link for screenshot available.
But at Jenkins TestNG results it displayed as "<a href"
This works fine at testng plugin version 0.33.
Error appeared after upgrade plugin to 1.1 version