Forum Discussion
Oferv
15 years agoSuper Contributor
o.k i managed to create the html report but,
the line
Log["AppendFolder"]("File " + DDT["CurrentDriver"]["Value"]("File Name") + " exists under " + InstallationPath, "<html><body><p><b style=\"color : green\">PASS</b></p></body></html>");
doesn't paint the specific cell where the message is with green.
when i open the html report i want to see the cells painted with red/green(depends if it's failed or passed) bgcolor so it will be easier for the viewer to understand what steps were failed and what steps were passed.
can you write the way to do that cause the above doesn't work
Thanks
the line
Log["AppendFolder"]("File " + DDT["CurrentDriver"]["Value"]("File Name") + " exists under " + InstallationPath, "<html><body><p><b style=\"color : green\">PASS</b></p></body></html>");
doesn't paint the specific cell where the message is with green.
when i open the html report i want to see the cells painted with red/green(depends if it's failed or passed) bgcolor so it will be easier for the viewer to understand what steps were failed and what steps were passed.
can you write the way to do that cause the above doesn't work
Thanks