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 613c9c8 commit 7292487Copy full SHA for 7292487
src/main/resources/com/aventstack/extentreports/templates/commons/commons-variables.ftl
@@ -1,8 +1,8 @@
1
<#assign
2
config=this.config()
3
- theme=config.theme?lower_case
+ theme=""
4
timeStampFormat=config.timeStampFormat
5
- offline=config.offlineMode
+ offline=false
6
reportType=""
7
parentHeading="Tests"
8
childHeading="Steps"
@@ -12,6 +12,8 @@
12
chartHeight="90"
13
chartBoxHeight="94"
14
displayEvents=true>
15
+<#if config.theme??><#assign theme=config.theme?lower_case></#if>
16
+<#if config.offlineMode??><#assign offline=config.offlineMode></#if>
17
<#if report.stats.analysisStrategy=="SUITE">
18
19
parentHeading="Suite"
0 commit comments