UNPKG

odhin-reports-playwright

Version:
32 lines 929 B
<div> <div class="table-responsive"> <table id="test-list-table" class="table table-sm table-hover"> <thead> <tr> <th>Title</th> <th>Status</th> <th>Duration</th> {{.GroupColumn}} {{.ProjectColumn}} {{.FileColumn}} {{.RetryColumn}} </tr> </thead> <tbody> {{.TestCases}} </tbody> <tfoot> <tr> <th>Title</th> <th>Status</th> <th>Duration</th> {{.GroupColumn}} {{.ProjectColumn}} {{.FileColumn}} {{.RetryColumn}} </tr> </tfoot> </table> </div> {{.TestCasesDetails}} </div>