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

templates.macros.page.title.vm Maven / Gradle / Ivy

#macro(includeTitle, $reportName)

#set($buildNo = "")
#if($jenkins_source)
  #set($buildNo = "(no $build_number)")
#end
Cucumber-JVM Html Reports $buildNo - $reportName

#end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy