com.aventstack.extentreports.templates.spark.partials.test.ftl Maven / Gradle / Ivy
<#compress>
#compress>
<#list report.testList as test>
-
${test.name}
${test.startTime?string("HH:mm:ss a")} / ${test.timeTaken()?number_to_time?string("mm:ss:SSS")}
${test.status}
<#compress>
${test.name}
${test.startTime?string("MM.dd.yyyy HH:mm:ss")}
${test.endTime?string("MM.dd.yyyy HH:mm:ss")}
${test.timeTaken()?number_to_time?string("mm:ss:SSS")}
· #test-id=${test.getId()}
<#if test.hasAttributes()>
<@attributes test=test />
#if>
<#if test.description??>
${test.description}
#if>
#compress>
<#if isbdd><#include "bdd-content.ftl">
<#else><#include "standard-content.ftl">
#if>
#list>
<#compress>
#compress>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy