reporter.templates.report.perf.vm Maven / Gradle / Ivy
#foreach ($testInfo in $testInfos.entrySet())
#end
#foreach ($testStep in $testSteps)
#set($stepDuration = $testStep.getDuration() / 1000.0)
#if ($testStep.getFailed() && $testStep.getActionException())
#if (${testStep.getActionException().class.name.equals("org.testng.SkipException")})
#else
#end
#elseif($testStep.getFailed() && !$testStep.getActionException())
#end
#end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy