All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.default.system_info.ftlh Maven / Gradle / Ivy

Go to download

The part of the Cucumber Reports library directly responsible for reports generation.

The newest version!


${title}


  
    

System Properties

<#list systemProperties?keys as key>
PropertyValue
${key}${systemProperties[key]}

Environment Variables

<#list environmentVariables?keys as key>
VariableValue
${key}${environmentVariables[key]}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy