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

templates.default.benchmark.ftlh Maven / Gradle / Ivy

Go to download

The part of the Cucumber Reports library directly responsible for reports generation.

The newest version!


${refreshData}
${title}


  
    

Features Status

<#list headers as header> <#list featureRows as row> <#list row.getResults()> <#items as item> <#if item.isEmpty() > <#else>
Feature Name${header}
${row.name}${item.getScenariosPassed()} / ${item.getScenariosFailed()} / ${item.getScenariosUndefined()}

Scenarios Status

<#list headers as header> <#list scenarioRows as row> <#list row.getResults()> <#items as item> <#if item.isEmpty() > <#else>
Feature/Scenario Name${header}
${row.name}${item.getStepsPassed()} / ${item.getStepsFailed()} / ${item.getStepsUndefined()}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy