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

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