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 0a86ca3 commit 4c9c607Copy full SHA for 4c9c607
src/main/resources/com/aventstack/extentreports/view/spark/partials/standard-content.ftl
@@ -8,19 +8,8 @@
8
<ul class="attachments">
9
<#list test.screenCaptureContext.all as sc>
10
<li>
11
- <a href="${sc.screenCapturePath}" data-featherlight="image">
12
- <div class="file-icon">
13
- <i class="fa fa-file-image-o"></i>
14
- </div>
15
- <div class="file-info">
16
- <#if sc.isBase64()>
17
- <span class="file-name">base64</span>
18
- <span class="file-size">0Kb</span>
19
- <#else>
20
- <span class="file-name">${sc.name}</span>
21
- <span class="file-size"> ${sc.fileSize}Kb</span>
22
- </#if>
23
+ <a href="#" data-featherlight="image">
+ ${sc.source}
24
</a>
25
</li>
26
</#list>
0 commit comments