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

freemarker.components.test-outcomes.ftl Maven / Gradle / Ivy

There is a newer version: 4.2.9
Show newest version
<#macro test_results(testOutcomes, title, id)>
<#--- Test Results -->

${title}

<#if reportOptions.showStepDetails> <#assign testResultSet = testOutcomes.tests > <#foreach testOutcome in testResultSet> <#assign test_outcome_icon = formatter.resultIcon().forResult(testOutcome.result) /> <#if reportOptions.showStepDetails>
  Tests StepsFail Error Comp Pend Ignore Skip Duration
(seconds)
${test_outcome_icon} <#if (testOutcome.manual)> ${testOutcome.result} ${testOutcome.unqualified.titleWithLinks} ${testOutcome.formattedIssues} ${testOutcome.nestedStepCount}${testOutcome.failureCount} ${testOutcome.errorCount} ${testOutcome.compromisedCount} ${testOutcome.pendingCount} ${testOutcome.skippedCount} ${testOutcome.ignoredCount} ${testOutcome.durationInSeconds}
<#--- Test Results end -->



© 2015 - 2025 Weber Informatics LLC | Privacy Policy