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

FitNesseRoot.files.templates.suiteExecutionReport.vm Maven / Gradle / Ivy

#set ($page_title = "Suite Execution Report")
#parse("pageHead.vm")
#if($suiteExecutionReport)

$suiteExecutionReport.getRootPath()

$suiteExecutionReport.getDate() FitNesse Version: $suiteExecutionReport.Version

#set($finalCounts = $suiteExecutionReport.FinalCounts) #if($finalCounts)
Test Pages: $finalCounts.Right right, $finalCounts.Wrong wrong, $finalCounts.Ignores ignored, $finalCounts.Exceptions exceptions
#end

#foreach($pageHistoryReference in $suiteExecutionReport.getPageHistoryReferences()) #set($counts = $pageHistoryReference.getTestSummary()) #end
Right Wrong Ignored Exceptions Page
$counts.Right $counts.Wrong $counts.Ignores $counts.Exceptions $pageHistoryReference.getPageName()
#end #parse("pageFooter.vm")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy