We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a864d7 commit d4dc99eCopy full SHA for d4dc99e
src/reports/insights-table.hbs
@@ -2,6 +2,6 @@
2
3
| Average Tests per Run | Total Flaky Tests | Total Failures | Slowest Test (p95) |
4
|----------------------|-------------------|----------------|-------------------|
5
-| {{ctrf.summary.extra.averageTestsPerRun}} | {{ctrf.summary.extra.totalFlakyTests}} | {{ctrf.summary.extra.totalFailures}} | <details><summary>{{formatDuration 0 ctrf.summary.extra.slowestTest.duration}}</summary>{{ctrf.summary.extra.slowestTest.name}}</details> |
+| {{ctrf.summary.extra.averageTestsPerRun}} | {{ctrf.summary.extra.totalFlakyTests}} | {{ctrf.summary.extra.totalFailures}} | {{formatDuration 0 ctrf.summary.extra.slowestTest.duration}} |
6
7
*Measured over {{ctrf.summary.extra.reportsUsed}} runs.*
0 commit comments