Galen Report
Passed
Failed
Warnings
Total
Started
Duration
Test
<#list tests as testData>
${testData.statistic.passed?c}
${testData.statistic.errors?c}
${testData.statistic.warnings?c}
${testData.statistic.total?c}
${testData.testInfo.startedAt?string("yyyy-MM-dd HH:mm:ss")}
${testData.humanReadableDuration}
${testData.testInfo.name?html}
#list>