File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed
src/main/resources/com/aventstack/extentreports/view Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1717 ${log.details}
1818 </#if >
1919 <#if log.hasScreenCapture() >
20- < span class = " badge badge-primary " > ${log.screenCaptureContext.last.source} </ span >
20+ ${log.screenCaptureContext.last.source}
2121 </#if >
2222 </td >
2323 </tr >
Original file line number Diff line number Diff line change 1313 </div >
1414 </h5 >
1515 </div >
16- <# if node.hasLog() >
17- <div class =" collapse " >
18- <div class = " card-body " >
16+ <div class = " collapse " >
17+ <div class =" card-body " >
18+ <# if node.hasLog() >
1919 <@log test=node / >
20- </div >
20+ </#if >
21+ <#if node.hasScreenCapture() >
22+ ${node.screenCaptureList[0].source }
23+ </#if >
2124 </div >
22- </# if >
25+ </div >
2326 <#if node.hasChildren() >
2427 <@recurse_nodes test=node / >
2528 </#if >
Original file line number Diff line number Diff line change 1010
1111 <link href =' ${ config.getValue(' protocol ' ) }://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600' rel =' stylesheet' type =' text/css' />
1212 <link href =" ${ config.getValue('protocol') }://fonts.googleapis.com/icon?family=Material+Icons" rel =" stylesheet" />
13- <link href =' ${ config.getValue(' protocol ' ) }://cdn.rawgit.com/extent-framework/extent-github-cdn/39026ad /v3html/css/extent.css' type =' text/css' rel =' stylesheet' />
13+ <link href =' ${ config.getValue(' protocol ' ) }://cdn.rawgit.com/extent-framework/extent-github-cdn/8644a9c /v3html/css/extent.css' type =' text/css' rel =' stylesheet' />
1414
1515 <title >${ config.getValue('documentTitle') }</title >
1616
You can’t perform that action at this time.
0 commit comments