templates.generators.errorpage.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("Error Page")
#includeNavigation()
#includeReportInfo()
#includeLead("Error", "Something went wrong with project $build_project_name, build $build_number")
Trying to generate report from following files. Make sure they are valid cucumber report files:
#foreach($file in $json_files) $file
#end
#include("/templates/footer.vm")