$suiteExecutionReport.getVersion()
$suiteExecutionReport.getRootPath()
#foreach ($reference in $suiteExecutionReport.getPageHistoryReferences())
$reference.getPageName()
$reference.getDateString()
$reference.getPageName()?pageHistory&resultDate=$reference.getResultDate()
$reference.getTestSummary().getRight()
$reference.getTestSummary().getWrong()
$reference.getTestSummary().getIgnores()
$reference.getTestSummary().getExceptions()
$reference.RunTimeInMillis
#end
$suiteExecutionReport.getFinalCounts().getRight()
$suiteExecutionReport.getFinalCounts().getWrong()
$suiteExecutionReport.getFinalCounts().getIgnores()
$suiteExecutionReport.getFinalCounts().getExceptions()
$suiteExecutionReport.TotalRunTimeInMillis