#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 #if($suiteExecutionReport.hasRunTimes()) ($suiteExecutionReport.totalRunTimeInMillis ms) #end
#end

#if($suiteExecutionReport.hasRunTimes()) #end #foreach($pageHistoryReference in $suiteExecutionReport.getPageHistoryReferences()) #set($counts = $pageHistoryReference.getTestSummary()) #if($suiteExecutionReport.hasRunTimes()) #end #end
Right Wrong Ignored Exceptions PageRun time (ms)
$counts.Right $counts.Wrong $counts.Ignores $counts.Exceptions $pageHistoryReference.getPageName() $pageHistoryReference.RunTimeInMillis
#end #parse("pageFooter.vm")