UNPKG

@zohodesk/dot

Version:

In this Library, we Provide Some Basic Components to Build Your Application

37 lines (34 loc) 513 B
<html> <head> <style> .red{ font-weight:bold; color:red; } .green{ font-weight:bold; color:green; } table { font-family: arial, sans-serif; border-collapse: collapse; } td, th { border: 1px solid #dddddd; padding: 8px; } </style> </head> <body> <table> <tr> <th>Title</th> <th>FullName</th> <th>Test Case Path</th> </tr> </table> <br/>COVERAGE <span class="green">77.79%</span> <br/> less than 60% consider failure </body> </html>