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

template.tag-summary.ftl Maven / Gradle / Ivy

There is a newer version: 2.9.4
Show newest version
<#--
Copyright 2019 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/>
    

    
<@page.card width="9" title="Tag Summary Result Chart" subtitle="" classes=""> <@page.graph /> <@page.card width="3" title="Tag Summary" subtitle="" classes="">
  • ${totalNumberOfTags} <@common.pluralize word="Tag" unitCount=totalNumberOfTags/> in
    ${totalNumberOfScenarios} Tagged <@common.pluralize word="Scenario" unitCount=totalNumberOfScenarios/>
  • ${totalNumberOfPassed} passed <@common.status status="passed"/>
    ${totalNumberOfFailed} failed <@common.status status="failed"/>
    ${totalNumberOfSkipped} skipped <@common.status status="skipped"/>
<@page.card width="12" title="Available Tags" subtitle="" classes=""> <#list tagResultCounts as tag, tagResultCount>
Tag Total <@common.status status="passed"/> <@common.status status="failed"/> <@common.status status="skipped"/>
${tag.name} ${tagResultCount.total} ${tagResultCount.passed} ${tagResultCount.failed} ${tagResultCount.skipped}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy