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

templates.macros.report.reportTable.vm Maven / Gradle / Ivy

#macro(includeReportTable, $table_key, $reportable, $parallel)

#includeReportHeader($table_key, $parallel)
$reportable.getName() $reportable.getPassedSteps() $reportable.getFailedSteps() $reportable.getSkippedSteps() $reportable.getPendingSteps() $reportable.getUndefinedSteps() $reportable.getSteps() $reportable.getPassedScenarios() $reportable.getFailedScenarios() $reportable.getScenarios() $reportable.getFormattedDuration() $reportable.getStatus().getLabel()
#end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy