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

com.aventstack.extentreports.templates.spark.partials.test.ftl Maven / Gradle / Ivy

There is a newer version: 5.1.2
Show newest version
<#compress>
    <#if report.authorCtx.hasItems()> <#if report.categoryCtx.hasItems()> <#if report.deviceCtx.hasItems()>
    <#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 test.description??>
    ${test.description}
    <#if isbdd><#include "bdd-content.ftl"> <#else><#include "standard-content.ftl">
<#compress>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy