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

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

Go to download

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

The newest version!


${title}


  
    
<#include "pie_chart">

Overview Chart

Features StatusScenario Status
<@drawPieChart id="feature_coverage" width=450 height=300 values=featureStatuses labels=["Covered", "Not Covered"] colors=["green", "gold"] shadowColors=["darkgreen", "GoldenRod"] pieThickness=20 shift=2 /> <@drawPieChart id="feature_coverage" width=450 height=300 values=scenarioStatuses labels=["Covered", "Not Covered"] colors=["green", "gold"] shadowColors=["darkgreen", "GoldenRod"] pieThickness=20 shift=2 />

Features Status

<#list features as row>
Feature NameStatusScenariosTags
CoveredNot Covered
${row.featureName} ${row.status} ${row.covered} ${row.notCovered} ${row.tags?join(", ")}

Scenario Status

<#list scenarios as row>
Feature NameScenarioStatusStepsTags
CoveredNot Covered
${row.featureName} ${row.scenarioName} ${row.status} ${row.covered} ${row.notCovered} ${row.tags?join(", ")}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy