<% def stats = utils.aggregateStats(data) %>

Specification run results


Specifications summary:

Created on ${new Date()} by ${System.properties['user.name']}

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)}

Specifications

<% data.each { name, map -> def s = map.stats%> <% } %>
Name Features Failed Errors Skipped Success rate Time
$name ${s.totalRuns} ${s.failures} ${s.errors} ${s.skipped} ${fmt.toPercentage(s.successRate)} ${fmt.toTimeDuration(s.time)}