HtmlReporterV2: show median and mean spec run time

This commit is contained in:
Steve Gravrock
2025-11-15 09:01:06 -08:00
parent 8f13684a01
commit 3899d83fb6
5 changed files with 118 additions and 2 deletions

View File

@@ -337,4 +337,15 @@ body {
.jasmine-tab + .jasmine-tab:before {
content: " | ";
}
.jasmine-performance-view h2, .jasmine-performance-view h3 {
margin-top: 1em;
margin-bottom: 1em;
}
.jasmine-performance-view table {
border-spacing: 5px;
}
.jasmine-performance-view th, .jasmine-performance-view td {
text-align: left;
}