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

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

There is a newer version: 5.1.1
Show newest version
<#assign sizeLarge='s12 m12 l12'>
<#if report.reportStatusStats.childCount!=0>
    <#assign sizeLarge='s12 m6 l6'>

<#if bddReport || (report.reportStatusStats.childCount != 0 && report.reportStatusStats.grandChildCount != 0)>
    <#assign sizeLarge='s12 m4 l4'>

<#assign chartWidth="90" chartHeight="70" chartBoxHeight="94">
${ parentViewChartsHeading }
${ report.reportStatusStats.parentCountPass } ${parentLabel} passed
${ report.reportStatusStats.parentCountFail + report.reportStatusStats.parentCountFatal } ${parentLabel} failed, ${ report.reportStatusStats.parentCountSkip } skipped
<#if report.reportStatusStats.childCount != 0>
${ childViewChartsHeading }
${ report.reportStatusStats.childCountPass } ${childLabel} passed
${ report.reportStatusStats.childCountFail + report.reportStatusStats.childCountFatal } ${childLabel} failed, ${report.reportStatusStats.childCountSkip} skipped, ${ report.reportStatusStats.childCountError + report.reportStatusStats.childCountWarning + report.reportStatusStats.childCountInfo } others
<#if report.reportStatusStats.grandChildCount != 0>
${ grandChildViewChartsHeading }
${ report.reportStatusStats.grandChildCountPass } ${grandChildLabel} passed
${ report.reportStatusStats.grandChildCountFail + report.reportStatusStats.grandChildCountFatal } ${childLabel} failed, ${report.reportStatusStats.grandChildCountSkip} skipped, ${ report.reportStatusStats.grandChildCountError + report.reportStatusStats.grandChildCountWarning + report.reportStatusStats.grandChildCountInfo } others
<#if enableTimeline=='true'>
Timeline (seconds)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy