-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathsummary-delta-table.hbs
More file actions
5 lines (3 loc) · 2.31 KB
/
Copy pathsummary-delta-table.hbs
File metadata and controls
5 lines (3 loc) · 2.31 KB
1
2
3
4
| **Tests 📝** | **Passed ✅** | **Failed ❌** | **Skipped ⏭️** | **Other ❓** | **Flaky 🍂** | **Duration ⏱️** |
| --- | --- | --- | --- | --- | --- | --- |
| **{{report.results.summary.tests}}**{{#if report.insights.extra.summary.tests.change}} *{{#if (gt report.insights.extra.summary.tests.change 0)}}↑{{report.insights.extra.summary.tests.change}}{{else}}↓{{abs report.insights.extra.summary.tests.change}}{{/if}}*{{/if}} | **{{report.results.summary.passed}}**{{#if report.insights.extra.summary.passed.change}} *{{#if (gt report.insights.extra.summary.passed.change 0)}}↑{{report.insights.extra.summary.passed.change}}{{else}}↓{{abs report.insights.extra.summary.passed.change}}{{/if}}*{{/if}} | **{{report.results.summary.failed}}**{{#if report.insights.extra.summary.failed.change}} *{{#if (gt report.insights.extra.summary.failed.change 0)}}↑{{report.insights.extra.summary.failed.change}}{{else}}↓{{abs report.insights.extra.summary.failed.change}}{{/if}}*{{/if}} | **{{addAll ctrf.summary.skipped ctrf.summary.pending}}**{{#if report.insights.extra.summary.skipped.change}} *{{#if (gt report.insights.extra.summary.skipped.change 0)}}↑{{report.insights.extra.summary.skipped.change}}{{else}}↓{{abs report.insights.extra.summary.skipped.change}}{{/if}}*{{/if}} | **{{report.results.summary.other}}**{{#if report.insights.extra.summary.other.change}} *{{#if (gt report.insights.extra.summary.other.change 0)}}↑{{report.insights.extra.summary.other.change}}{{else}}↓{{abs report.insights.extra.summary.other.change}}{{/if}}*{{/if}} | **{{countFlakyTests ctrf.tests}}**{{#if report.insights.extra.summary.flaky.change}} *{{#if (gt report.insights.extra.summary.flaky.change 0)}}↑{{report.insights.extra.summary.flaky.change}}{{else}}↓{{abs report.insights.extra.summary.flaky.change}}{{/if}}*{{/if}} | **{{formatDuration report.insights.extra.summary.duration.current}}**{{#if report.insights.extra.summary.duration.change}} *{{#if (gt report.insights.extra.summary.duration.change 0)}}↑{{formatDuration report.insights.extra.summary.duration.change}}{{else}}↓{{formatDuration (abs report.insights.extra.summary.duration.change)}}{{/if}}*{{/if}} |