File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
src/main/resources/com/aventstack/extentreports/view/v3html/test-view Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 4646 ${child.description}
4747 </#if >
4848 <#list child.logContext.all as log >
49- <#if log.exceptionInfo?? >
50- <textarea disabled class =" code-block" >${log.exceptionInfo.stackTrace} </textarea >
51- <#else >
52- <div class =" node-step" >${log.details} </div >
53- </#if >
49+ <#if log.exceptionInfo?? >
50+ <textarea disabled class =" code-block" >${log.exceptionInfo.stackTrace} </textarea >
51+ <#else >
52+ <div class =" node-step" >${log.details} </div >
53+ </#if >
54+ <#if log.hasScreenCapture() >${log.screenCaptureContext.last.source} </#if >
5455 </#list >
5556 <#if child.hasChildren() >
5657 <ul class =' gc steps' >
6970 </#if >
7071 <#list gc.logContext.all as log >
7172 <#if log.exceptionInfo?? ><textarea disabled class =" code-block" >${log.exceptionInfo.stackTrace} </textarea >
72- <#else ><div class =" node-step" >${log.details} </div >
73- </#if >
73+ <#else ><div class =" node-step" >${log.details} </div ></# if >
74+ <# if log.hasScreenCapture() > ${log.screenCaptureContext.last.source} </#if >
7475 </#list >
7576 </li >
7677 </#list >
You can’t perform that action at this time.
0 commit comments