0
votes

I am trying to attach a screen print inside testng report. this is working fine in index.html report but in emailable report it just html markup,when I checked the html file it logged as html escaps, any help on this

Reporter.log("<a title= \"title\" href=\"\">" +"<img width=\"218\" height=\"300\"  src=\""+imageValue+"\" /></a>");

TestNG version is 6.9enter image description here

1

1 Answers

0
votes