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

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

Go to download

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

The newest version!
<#function to_id text>
  <#return text?lower_case?replace("[^a-z0-9]", "-", "r")>



${refreshData}
${title}


  
    
<#if useTableOfContents>

Table of Contents

    <#list contents?keys as section_name>
  1. ${section_name}
<#assign index=0> <#list contents?keys as section_name> <#if index % columns == 0> <#if index % columns == (columns - 1)> <#assign index++> <#if index % columns != 0>

${section_name}

${contents[section_name]}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy