![JAR search and dependency download from the Maven repository](/logo.png)
template.tag-summary.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cluecumber-engine Show documentation
Show all versions of cluecumber-engine Show documentation
The Cluecumber reporting engine.
The newest version!
<#--
Copyright 2023 trivago N.V.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<#import "macros/page.ftl"as page>
<#import "macros/common.ftl" as common>
<#import "macros/navigation.ftl" as navigation>
<#import "macros/custom-parameters.ftl" as customparams>
<@page.page
title="${pageTitle} - All Tags"
base=".."
highlight="tag_summary"
headline="All Tags"
subheadline=""
subsubheadline=""
preheadline=""
preheadlineLink="">
<#if hasCustomParameters()>
<@customparams.card customParams=customParameters/>
#if>
<@page.card width="9" title="Tag Summary Result Chart" subtitle="" classes="">
<@page.graph />
@page.card>
<@page.card width="3" title="Tag Summary" subtitle="" classes="">
- ${totalNumberOfTags} ${common.pluralizeFn("Tag", totalNumberOfTags)} in
${totalNumberOfScenarios} Tagged ${common.pluralizeFn("Scenario", totalNumberOfScenarios)}
-
${totalNumberOfPassed} passed <@common.status status="passed"/>
${totalNumberOfFailed} failed <@common.status status="failed"/>
${totalNumberOfSkipped} skipped <@common.status status="skipped"/>
@page.card>
<@page.card width="12" title="${totalNumberOfTags} ${common.pluralizeFn('Tag', totalNumberOfTags)}" subtitle="" classes="">
Tag
Total
<@common.status status="passed"/>
<@common.status status="failed"/>
<@common.status status="skipped"/>
<#list tagResultCounts as tag, tagResultCount>
${tag.name}
${tagResultCount.total}
${tagResultCount.passed}
${tagResultCount.failed}
${tagResultCount.skipped}
#list>
@page.card>
@page.page>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy