$response.Version $response.RootPath #foreach ($result in $response.Results) $result.Right $result.Wrong $result.Ignores $result.Exceptions $result.RunTimeInMillis $result.RelativePageName #if($result.Tags) $result.Tags #end #if($result.Tables.size() > 0) #foreach($table in $result.Tables) $table.Name #foreach($row in $table) #foreach($col in $row) #end #end
#end
#end #if($result.Instructions.size() > 0) #foreach($instructionResult in $result.Instructions) #foreach($expectation in $instructionResult.Expectations) $expectation.Status $expectation.InstructionId $expectation.Col $expectation.Row $expectation.Type #if($expectation.Actual) #end #if($expectation.Expected) #end #if($expectation.EvaluationMessage) #end #end #end #end
#end #if($response.FinalCounts) $response.FinalCounts.Right $response.FinalCounts.Wrong $response.FinalCounts.Ignores $response.FinalCounts.Exceptions $response.TotalRunTimeInMillis #end