HtmlReporterV2: Show a non-color indication of status while running

This commit is contained in:
Steve Gravrock
2025-10-16 19:20:56 -07:00
parent 4cc605756a
commit ea882c2f1e
6 changed files with 123 additions and 9 deletions

View File

@@ -233,8 +233,13 @@ body {
display: block;
color: #eee;
&.jasmine-in-progress {
color: $text-color;
}
&.jasmine-failed, &.jasmine-errored {
background-color: $failing-color;
color: #eee; // Override jasmine-in-progress
border-bottom: 1px solid $page-background-color;
}