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

fitnesse.resources.templates.suiteExecutionReport.vm Maven / Gradle / Ivy

The newest version!
#if($suiteExecutionReport)

$suiteExecutionReport.getDate() FitNesse Version: $suiteExecutionReport.Version Execution Log
#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   Hide passed tests
#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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy