% def stats = utils.aggregateStats(data) def config = com.aoe.gebspockreports.GebReportConfigLoader.instance.config def gebUtils = new com.aoe.gebspockreports.GebReportUtils() %>
<% if (config.customCssFile != null) { %> <% } %>| Total | Passed | Failed | Feature failures | Feature errors | Success rate | Total time |
|---|---|---|---|---|---|---|
| ${stats.total} | ${stats.passed} | ${stats.failed} | ${stats.fFails} | ${stats.fErrors} | ${fmt.toPercentage(stats.successRate)} | ${fmt.toTimeDuration(stats.time)} |
| Name | Features | Failed | Errors | Skipped | Success rate | Time | Status |
|---|---|---|---|---|---|---|---|
| $name | ${s.totalRuns} | ${s.failures} | ${s.errors} | ${s.skipped} | ${fmt.toPercentage(s.successRate)} | ${gebUtils.formatMillis(s.time)} | ${finalStatus} |