We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a462b91 commit d2ca4eaCopy full SHA for d2ca4ea
src/main/resources/com/aventstack/extentreports/templates/spark/macros/recurse_nodes.ftl
@@ -10,6 +10,7 @@
10
<div class="status-avatar float-right ${node.status.toLower()}-bg">
11
<i class="fa fa-${Ico.ico(node.status)} text-white"></i>
12
</div>
13
+ <@attributes test=node />
14
<#if TestService.testHasScreenCapture(node, true)>
15
<div class="status-avatar float-right"><i class="fa fa-paperclip"></i></div>
16
</#if>
0 commit comments