odhin-reports-playwright
Version:
Odhin Reports for Playwright
34 lines (33 loc) • 802 B
HTML
<div class="mt-3 mb-3 odhin-thin-border dashboard-block">
<div class="info-box-header">
Files Summary
</div>
<div class="odhin-table">
<table class="table table-sm table-borderless mb-0">
<tr>
<td>
<table class="table table-sm table-borderless mb-0">
<tr>
<th class="odhin-text-2">Chart</th>
</tr>
<tr>
{{.Chart}}
</tr>
</table>
</td>
<td >
<div class="table-responsive tableFixHead ms-3">
<table class="table table-sm mb-0">
<thead>
<th class="odhin-text-2 px-2">Filename</th>
<th class="odhin-text-2 px-2">Tests</th>
<th class="odhin-text-2 px-2">Percentage</th>
</thead>
{{.ChartFile}}
</table>
</div></div>
</td>
</tr>
</table>
</div>
</div>