
templates.macros.report.output.vm Maven / Gradle / Ivy
Go to download
Provides pretty html reports for Cucumber (Behaviour-Driven Development). It works by generating html from the
cucumber json report formatter. So can be used anywhere a json report is generated. Current use is in the
cucumber jenkins plugin and a maven mojo to generate the same report from mvn command line when running locally.
#macro(includeOutput, $output)
#if ($output)
#foreach($message in $output.getMessages())
#set($outputId = $counter.next())
#set($index = $foreach.index + 1)
Output $index
$message
#end
#end
#end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy