templates.email.finish-launch-template.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of service-api Show documentation
Show all versions of service-api Show documentation
EPAM Report portal. Main API Service
ReportPortal
ReportPortal.io
<#assign rowCounter = 1>
<#macro subtypes sbt>
<#list sbt as key,value>
<#if rowCounter % 2 == 0>
<#else>
#if>
${key}
${value}
<#assign rowCounter++>
#list>
#macro>
<#macro maintype name counter>
<#if rowCounter % 2 == 0>
<#else>
#if>
${name}
${counter}
<#assign rowCounter++>
#macro>
Launch "${name}" #${number} has been
finished
To view it on Report Portal just visit this link.
<#if attributes??>
Attributes to launch:
<#list attributes as name, link>
${name}
#list>
#if>
<#if description??>
Description of launch:
${description}
#if>
LAUNCH STATISTICS
TOTAL
${total}
Passed
${passed}
Failed
${failed}
Skipped
${skipped}
LAUNCH DEFECTS
<#assign name="Product Bugs">
<@maintype name="${name}" counter="${productBugTotal}" />
<#if pbInfo??>
<@subtypes sbt=pbInfo/>
#if>
<#assign name="Automation Bugs">
<@maintype name="${name}" counter="${automationBugTotal}" />
<#if abInfo??>
<@subtypes sbt=abInfo/>
#if>
<#assign name="System Issues">
<@maintype name="${name}" counter="${systemIssueTotal}" />
<#if siInfo??>
<@subtypes sbt=siInfo/>
#if>
<#assign name="No Defects">
<@maintype name="${name}" counter="${noDefectTotal}" />
<#if ndInfo??>
<@subtypes sbt=ndInfo/>
#if>
<#assign name="To Investigate">
<@maintype name="${name}" counter="${toInvestigateTotal}" />
<#if tiInfo??>
<@subtypes sbt=tiInfo/>
#if>
Keep in touch with us:
Report Portal Notification
Center
This notification was created automatically. Please don't reply for this e-mail.