
fitnesse.resources.templates.suiteExecutionReport.vm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fitnesse Show documentation
Show all versions of fitnesse Show documentation
The fully integrated standalone wiki, and acceptance testing framework.
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
Right
Wrong
Ignored
Exceptions
Page
#if($suiteExecutionReport.hasRunTimes())
Run time (ms)
#end
#foreach($pageHistoryReference in $suiteExecutionReport.getPageHistoryReferences())
#set($counts = $pageHistoryReference.getTestSummary())
$counts.Right
$counts.Wrong
$counts.Ignores
$counts.Exceptions
$pageHistoryReference.getPageName()
#if($suiteExecutionReport.hasRunTimes())
$pageHistoryReference.RunTimeInMillis
#end
#end
#end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy