![JAR search and dependency download from the Maven repository](/logo.png)
template.feature-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 Features"
base=".."
highlight="feature_summary"
headline="All Features"
subheadline=""
subsubheadline=""
preheadline=""
preheadlineLink="">
<#if hasCustomParameters()>
<@customparams.card customParams=customParameters/>
#if>
<@page.card width="9" title="Feature Summary Result Chart" subtitle="" classes="">
<@page.graph />
@page.card>
<@page.card width="3" title="Feature Summary" subtitle="" classes="">
-
${totalNumberOfFeatures} ${common.pluralizeFn("Feature", totalNumberOfFeatures)}
with ${totalNumberOfScenarios} ${common.pluralizeFn("Scenario", totalNumberOfScenarios)}
-
${totalNumberOfPassedFeatures} passed <@common.status status="passed"/>
${totalNumberOfFailedFeatures} failed <@common.status status="failed"/>
${totalNumberOfSkippedFeatures} skipped <@common.status status="skipped"/>
@page.card>
<@page.card width="12" title="${totalNumberOfFeatures} ${common.pluralizeFn('Feature', totalNumberOfFeatures)}" subtitle="" classes="">
Feature
Total
<@common.status status="passed"/>
<@common.status status="failed"/>
<@common.status status="skipped"/>
<#list featureResultCounts as feature, featureResultCount>
${feature.name}
${featureResultCount.total}
${featureResultCount.passed}
${featureResultCount.failed}
${featureResultCount.skipped}
#list>
@page.card>
@page.page>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy