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

com.aventstack.extentreports.view.v3html.exception-view.v3-html-exception-view.ftl Maven / Gradle / Ivy

<#if exceptionContext?? && exceptionContext?size != 0>
    <#list exceptionContext as exception>
  • ${ exception.exceptionInfo.getExceptionName() } ${ exception.testList?size }
    <#list exception.getTestList() as test> <#list test.getExceptionInfoList() as testException> <#if testException.getExceptionName() == exception.exceptionInfo.getExceptionName()>
    Timestamp TestName Status
    ${ test.startTime?datetime?string["${timeStampFormat}"] } ${ test.hierarchicalName }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy