com.aventstack.extentreports.view.commons.commons-dashboard.ftl Maven / Gradle / Ivy
${parentHeading}
${report.reportStatusStats.parentCount}
Out of which ${report.reportStatusStats.parentCountPass} passed
${report.reportStatusStats.parentPercentagePass}%
${childHeading}
${report.reportStatusStats.childCount}
Out of which ${report.reportStatusStats.childCountPass} passed
${report.reportStatusStats.childPercentagePass}%
Start
${report.startTime?datetime?string}
Time Taken
${report.longRunDuration}
${parentHeading}
<#if report.reportStatusStats.parentCountPass!=0>
Pass ${report.reportStatusStats.parentPercentagePass?string("#.00")}%
#if>
<#if report.reportStatusStats.parentCountFail!=0>
Fail ${report.reportStatusStats.parentPercentageFail?string("#.00")}%
#if>
<#if report.reportStatusStats.parentCountSkip!=0>
Skip ${report.reportStatusStats.parentPercentageSkip?string("#.00")}%
#if>
<#if report.reportStatusStats.childCount!=0>
${childHeading}
<#if report.reportStatusStats.parentCountPass!=0>
Pass ${report.reportStatusStats.childPercentagePass?string("#.00")}%
#if>
<#if report.reportStatusStats.parentCountFail!=0>
Fail ${report.reportStatusStats.childPercentageFail?string("#.00")}%
#if>
<#if report.reportStatusStats.parentCountSkip!=0>
Skip ${report.reportStatusStats.childPercentageSkip?string("#.00")}%
#if>
#if>
<#if report.reportStatusStats.grandChildCount!=0>
${grandChildHeading}
<#if report.reportStatusStats.parentCountPass!=0>
${report.reportStatusStats.childPercentagePass}%
Passed
#if>
<#if report.reportStatusStats.parentCountFail!=0>
${report.reportStatusStats.childPercentageFail}%
Failed
#if>
<#if report.reportStatusStats.parentCountSkip!=0>
${report.reportStatusStats.childPercentageSkip}%
Skipped
#if>
#if>
<#if config.getValue("enableTimeline")=='true'>
Timeline
#if>
<#if systemAttributeContext?size != 0>
System
Name
Value
<#list systemAttributeContext as sa>
<#if sa?? && sa.name?? && sa.value??>
${ sa.name }
${ sa.value }
#if>
#list>
#if>
<#if categoryContext?? && categoryContext?size != 0>
Tags
Passed
Failed
Others
<#list categoryContext as category>
${category.name}
${category.passed}
${category.failed}
${category.others}
#list>
#if>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy