All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aventstack.extentreports.view.v3html.dashboard-view.v3-html-dashboard-view.ftl Maven / Gradle / Ivy

There is a newer version: 5.1.2
Show newest version
Dashboard
${ parentViewChartsHeading }
${ parentCount }
${ childViewChartsHeading }
${ childCount }
<#if grandChildViewChartsHeading != ''>
${ grandChildViewChartsHeading }
${ grandChildCount }
Start
${ report.startTime?datetime?string["${timeStampFormat}"] }
End
${ report.endTime?datetime?string["${timeStampFormat}"] }
Time Taken
${ report.longRunDuration }
<#if systemAttributeContext?size != 0>
Environment

 

<#list systemAttributeContext as sa> <#if sa?? && sa.name?? && sa.value??>
Name Value
${ sa.name } ${ sa.value }
<#if categoryContext?? && categoryContext?size != 0>
Categories

 

<#list categoryContext as category>
Name Passed Failed Skipped Passed %
${category.name} ${category.passed} ${category.failed} ${category.skipped} <#if category.size()!=0> ${(category.passed/category.size())*100}% <#else> 0%




© 2015 - 2025 Weber Informatics LLC | Privacy Policy