Skip to content

Commit

Permalink
Added timestamp to test report (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbra authored Aug 13, 2023
1 parent 059d05a commit 7c1de05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smink/Templates/DefaultTestReportTemplate.razor
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<span style="font-weight:600;">
Test
</span>
Result
Result @TestReport.Timestamp!.Value.ToString("U")
</span>
<div>
<div class="ui active indicating progress" data-percent="@(TestReport.SuccessRate)" style="margin-top:10px;">
Expand Down

0 comments on commit 7c1de05

Please sign in to comment.