com.aventstack.extentreports.view.spark.macros.log.ftl Maven / Gradle / Ivy
<#macro log test>
Status
Timestamp
Details
<#list test.logContext.all as log>
${log.timestamp?time?string}
<#if log.exceptionInfo??>
<#else>
${log.details}
#if>
<#if log.hasScreenCapture()>
${log.screenCaptureContext.last.source}
#if>
#list>
#macro>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy