templates.macros.page.buildinfo.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.
#macro(includeBuildInfo)
Project
#if($build_number)
Number
#end
Date
$build_project_name
#if($build_number)
$build_number
#end
$build_time
#end