|
1 | 1 | {{#if ctrf.summary.failed}} |
2 | | - **{{ctrf.summary.failed}} failed** |
| 2 | + **{{ctrf.summary.failed}} failed**{{#if report.insights.extra.summary.failed.change}} *{{#if (gt report.insights.extra.summary.failed.change 0)}}↑{{report.insights.extra.summary.failed.change}}{{else if (lt report.insights.extra.summary.failed.change 0)}}↓{{abs report.insights.extra.summary.failed.change}}{{else}}±0{{/if}}*{{/if}} |
3 | 3 | {{/if}} |
4 | | - **{{ctrf.summary.passed}} passed** |
| 4 | + **{{ctrf.summary.passed}} passed**{{#if report.insights.extra.summary.passed.change}} *{{#if (gt report.insights.extra.summary.passed.change 0)}}↑{{report.insights.extra.summary.passed.change}}{{else if (lt report.insights.extra.summary.passed.change 0)}}↓{{abs report.insights.extra.summary.passed.change}}{{else}}±0{{/if}}*{{/if}} |
5 | 5 | {{#if ctrf.summary.skipped}} |
6 | | - **{{ctrf.summary.skipped}} skipped** |
| 6 | + **{{ctrf.summary.skipped}} skipped**{{#if report.insights.extra.summary.skipped.change}} *{{#if (gt report.insights.extra.summary.skipped.change 0)}}↑{{report.insights.extra.summary.skipped.change}}{{else if (lt report.insights.extra.summary.skipped.change 0)}}↓{{abs report.insights.extra.summary.skipped.change}}{{else}}±0{{/if}}*{{/if}} |
7 | 7 | {{/if}} |
8 | 8 | {{#if ctrf.summary.pending}} |
9 | | - **{{ctrf.summary.pending}} pending** |
| 9 | + **{{ctrf.summary.pending}} pending**{{#if report.insights.extra.summary.pending.change}} *{{#if (gt report.insights.extra.summary.pending.change 0)}}↑{{report.insights.extra.summary.pending.change}}{{else if (lt report.insights.extra.summary.pending.change 0)}}↓{{abs report.insights.extra.summary.pending.change}}{{else}}±0{{/if}}*{{/if}} |
10 | 10 | {{/if}} |
11 | 11 | {{#if ctrf.summary.other}} |
12 | | - **{{ctrf.summary.other}} other** |
| 12 | + **{{ctrf.summary.other}} other**{{#if report.insights.extra.summary.other.change}} *{{#if (gt report.insights.extra.summary.other.change 0)}}↑{{report.insights.extra.summary.other.change}}{{else if (lt report.insights.extra.summary.other.change 0)}}↓{{abs report.insights.extra.summary.other.change}}{{else}}±0{{/if}}*{{/if}} |
13 | 13 | {{/if}} |
14 | 14 | {{#if (countFlakyTests ctrf.tests)}} |
15 | | - **{{countFlakyTests ctrf.tests}} flaky** |
| 15 | + **{{countFlakyTests ctrf.tests}} flaky**{{#if report.insights.extra.summary.flaky.change}} *{{#if (gt report.insights.extra.summary.flaky.change 0)}}↑{{report.insights.extra.summary.flaky.change}}{{else if (lt report.insights.extra.summary.flaky.change 0)}}↓{{abs report.insights.extra.summary.flaky.change}}{{else}}±0{{/if}}*{{/if}} |
16 | 16 | {{/if}} |
17 | 17 |
|
18 | 18 | #### Details |
19 | 19 |
|
20 | | - {{ctrf.summary.tests}} tests{{#if ctrf.summary.suites}} in {{ctrf.summary.suites}} suites{{/if}} |
21 | | - {{formatDurationFromTimes ctrf.summary.start ctrf.summary.stop}} |
| 20 | + {{ctrf.summary.tests}} tests{{#if ctrf.summary.suites}} in {{ctrf.summary.suites}} suites{{/if}}{{#if report.insights.extra.summary.tests.change}} *{{#if (gt report.insights.extra.summary.tests.change 0)}}↑{{report.insights.extra.summary.tests.change}}{{else if (lt report.insights.extra.summary.tests.change 0)}}↓{{abs report.insights.extra.summary.tests.change}}{{else}}±0{{/if}}*{{/if}} |
| 21 | + {{formatDurationFromTimes ctrf.summary.start ctrf.summary.stop}}{{#if report.insights.extra.summary.duration.change}} *{{#if (gt report.insights.extra.summary.duration.change 0)}}↑{{formatDuration report.insights.extra.summary.duration.change}}{{else if (lt report.insights.extra.summary.duration.change 0)}}↓{{formatDuration (abs report.insights.extra.summary.duration.change)}}{{else}}±0{{/if}}*{{/if}} |
22 | 22 | {{#if ctrf.tool.name}} |
23 | 23 |  {{ctrf.tool.name}} |
24 | 24 | {{/if}} |
|
0 commit comments