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

reporter.templates.report.summary.json.vm Maven / Gradle / Ivy

There is a newer version: 5.1.13
Show newest version
#set($driverIdx = 0)
#set($driversSize = $driverUsages.size())
{
	"fail": $fail,
	"pass": $pass,
	"skip": $skip,
	"total": $total,
	"drivers": [
	#foreach( $driverUsage in $driverUsages ) 
		#set($driverIdx = $driverIdx + 1)
		$driverUsage.asJson()#if( $driverIdx != $driversSize),#end
	#end
	]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy