templates.generators.overviewFeatures.vm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cucumber-reporting Show documentation
Show all versions of cucumber-reporting Show documentation
Provides pretty html reports for Cucumber. It works by generating html from the cucumber json file.
#parse("/templates/headers.vm")
#includeTitle("Features Overview")
#includeNavigation("features")
#includeReportInfo()
#includeLead("Features Statistics", "The following graphs show passing and failing statistics for features")
#if(!$all_features.isEmpty())
#end
#includeStatsTable("Feature", $parallel, $all_features, $report_summary)
#include("/templates/footer.vm")