Skip to content

Commit 57cbcfe

Browse files
committed
chorer: simplify insights table layout
1 parent 89ef77e commit 57cbcfe

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

dist/reports/insights-table.hbs

Lines changed: 3 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/reports/insights-table.hbs

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
### 📊 Test Insights
22

3-
| Metric | Value |
4-
|--------|-------|
5-
| Average Tests per Run | {{ctrf.summary.extra.averageTestsPerRun}} |
6-
| Total Flaky Tests | {{ctrf.summary.extra.totalFlakyTests}} |
7-
| Total Failures | {{ctrf.summary.extra.totalFailures}} |
8-
| Slowest Test (p95) | {{ctrf.summary.extra.slowestTest.name}}<br>{{formatDuration 0 ctrf.summary.extra.slowestTest.duration}} |
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}} | {{ctrf.summary.extra.slowestTest.name}}<br>{{formatDuration 0 ctrf.summary.extra.slowestTest.duration}} |
96

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

0 commit comments

Comments
 (0)