Skip to content

Commit 7a864d7

Browse files
committed
chore: test name in an expandable section
1 parent 57cbcfe commit 7a864d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reports/insights-table.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
| Average Tests per Run | Total Flaky Tests | Total Failures | Slowest Test (p95) |
44
|----------------------|-------------------|----------------|-------------------|
5-
| {{ctrf.summary.extra.averageTestsPerRun}} | {{ctrf.summary.extra.totalFlakyTests}} | {{ctrf.summary.extra.totalFailures}} | {{ctrf.summary.extra.slowestTest.name}}<br>{{formatDuration 0 ctrf.summary.extra.slowestTest.duration}} |
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> |
66

77
*Measured over {{ctrf.summary.extra.reportsUsed}} runs.*

0 commit comments

Comments
 (0)