UNPKG

odhin-reports-playwright

Version:
22 lines (21 loc) 703 B
<div class="mt-3 mb-3 odhin-thin-border dashboard-block"> <div class="info-box-header">{{.SummaryTitleName}}</div> <div class="odhin-table-no-scroll"> <div class="table-responsive"> <table class="table table-sm mb-0"> <tr> <th class="odhin-text-2">{{.SummaryColumnName}}</th> <th class="odhin-text-2">Tests</th> <th class="odhin-text-2">Execution Time</th> <th class="odhin-text-2">Passed</th> <th class="odhin-text-2">Failed</th> <th class="odhin-text-2">Timed Out</th> <th class="odhin-text-2">Skipped</th> <th class="odhin-text-2">Interrupted</th> <th class="odhin-text-2">Flaky</th> </tr> {{.Data}} </table> </div> </div> </div>