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

com.aventstack.extentreports.view.spark.macros.log.ftl Maven / Gradle / Ivy

<#macro log test>

		<#list test.logContext.all as log>
			
Status Timestamp Details
${log.timestamp?time?string} <#if log.exceptionInfo??> <#else> ${log.details} <#if LogService.logHasScreenCapture(log)> ${log.screenCaptureContext.last.source}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy