templates.default.consolidated.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!
<#function to_id text>
<#return text?lower_case?replace("[^a-z0-9]", "-", "r")>
#function>
${refreshData}
${title}
<#if useTableOfContents>
Table of Contents
<#list contents?keys as section_name>
- ${section_name}
#list>
#if>
<#assign index=0>
<#list contents?keys as section_name>
<#if index % columns == 0>
#if>
${section_name}
${contents[section_name]}
<#if index % columns == (columns - 1)>
#if>
<#assign index++>
#list>
<#if index % columns != 0>
#if>