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

freemarker.text-summary.ftl Maven / Gradle / Ivy

There is a newer version: 4.2.12
Show newest version
Serenity report generated ${timestamp}

Test Cases:         ${testCount} <#if (testOutcomes.hasDataDrivenTests())> (including ${testOutcomes.totalDataRows} rows of test data)
Passed:             ${testOutcomes.totalScenarios.withResult("success")}
Failed:             ${testOutcomes.totalScenarios.withResult("failure")}
Failed with errors: ${testOutcomes.totalScenarios.withResult("error")}
Compromised:        ${testOutcomes.totalScenarios.withResult("compromised")}
Pending:            ${testOutcomes.totalScenarios.withResult("pending")}
Ignored:            ${testOutcomes.totalScenarios.withResult("ignored")}
Skipped:            ${testOutcomes.totalScenarios.withResult("skipped")}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy