odhin-reports-playwright
Version:
Odhin Reports for Playwright
32 lines • 929 B
HTML
<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>