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

report.html.DEFAULT.templates.macros.section.steps.vm Maven / Gradle / Ivy

The newest version!
#macro(includeSteps, $keyword, $stepsGroupName, $steps, $status)

#set($stepsId = $counter.next())
#foreach($step in $steps)
#includeBrief($step.keyword, $step.status, $step.name, false, $step.duration) #set($isPassed = $step.status.isPassed()) #includeMessage($step.result.errorMessage, $isPassed) #if (!$step.rows.isEmpty()) #foreach($row in $step.rows) #foreach($cell in $row.cells) #end #end
$cell
#end #includeDocString($step.docString) #includeOutput($utils.outputs($step), $isPassed) #includeEmbeddings($utils.embeddings($step))
#end
#end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy