Can i highlight some text inside report with either bold or some different colour | Selenium Forum
A
Avijeet Posted on 20/10/2019

I have added  my report in the attachment. In the report i want to  make a different look for few text like CDM_011, 12.0_CDM etc. i want to make it bold or any different colour. Can i do that?


A
Ashish Thakur Replied on 22/10/2019

You can simply use HTML Tags here.

Refer the below line, Where we are making the text bold, italicized and Underlined.

test.log(Status.INFO, "Starting " + "<b><i><u>" + testName + "</u></i></b>");


A
Avijeet Replied on 06/11/2019

Thanks.it can be closed.