templates.default.system_info.ftlh Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cucumber-report-generator Show documentation
Show all versions of cucumber-report-generator Show documentation
The part of the Cucumber Reports library directly responsible for
reports generation.
The newest version!
${title}
System Properties
Property Value
<#list systemProperties?keys as key>
${key} ${systemProperties[key]}
#list>
Environment Variables
Variable Value
<#list environmentVariables?keys as key>
${key} ${environmentVariables[key]}
#list>