Galen Report

<#list tests as testData>
Test Passed Failed Warnings Total Started Duration
${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}