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

templates.email.finish-launch-template.ftl Maven / Gradle / Ivy

There is a newer version: 5.12.0
Show newest version



    
    ReportPortal
    
    


<#assign rowCounter = 1> <#macro subtypes sbt> <#list sbt as key,value> <#if rowCounter % 2 == 0> <#else> <#assign rowCounter++> <#macro maintype name counter> <#if rowCounter % 2 == 0> <#else> <#assign rowCounter++>
${key} ${value}
${name} ${counter}

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}

<#if description??>

Description of launch:
${description}

LAUNCH STATISTICS
TOTAL ${total}
Passed ${passed}
Failed ${failed}
Skipped ${skipped}

<#assign name="Product Bugs"> <@maintype name="${name}" counter="${productBugTotal}" /> <#if pbInfo??> <@subtypes sbt=pbInfo/> <#assign name="Automation Bugs"> <@maintype name="${name}" counter="${automationBugTotal}" /> <#if abInfo??> <@subtypes sbt=abInfo/> <#assign name="System Issues"> <@maintype name="${name}" counter="${systemIssueTotal}" /> <#if siInfo??> <@subtypes sbt=siInfo/> <#assign name="No Defects"> <@maintype name="${name}" counter="${noDefectTotal}" /> <#if ndInfo??> <@subtypes sbt=ndInfo/> <#assign name="To Investigate"> <@maintype name="${name}" counter="${toInvestigateTotal}" /> <#if tiInfo??> <@subtypes sbt=tiInfo/>
LAUNCH DEFECTS

Report Portal Notification Center
This notification was created automatically. Please don't reply for this e-mail.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy