You can buy this project and download/modify it how often you want.
Dashboard ${ parentViewChartsHeading } ${ parentCount } ${ childViewChartsHeading } ${ childCount } <#if grandChildViewChartsHeading != ''> ${ grandChildViewChartsHeading } ${ grandChildCount } #if> Start ${ report.startTime?datetime?string["${timeStampFormat}"] } End ${ report.endTime?datetime?string["${timeStampFormat}"] } Time Taken ${ report.longRunDuration } <#if systemAttributeContext?size != 0> Environment Name Value <#list systemAttributeContext as sa> <#if sa?? && sa.name?? && sa.value??> ${ sa.name } ${ sa.value } #if> #list> #if> <#if categoryContext?? && categoryContext?size != 0> Categories Name Passed Failed Skipped Passed % <#list categoryContext as category> ${category.name} ${category.passed} ${category.failed} ${category.skipped} <#if category.size()!=0> ${(category.passed/category.size())*100}% <#else> 0% #if> #list> #if>