<#if hasCustomParameters()>
#if>
<#if hasFailedScenarios()>
#if>
<#if hasSkippedScenarios()>
#if>
<#if hasPassedScenarios()>
#if>
Custom Parameters
-
<#list customParameters as customParameter>
- ${customParameter.key}: <#if customParameter.url> ${customParameter.value} <#else/> ${customParameter.value} #if> #list>
Test Suite Result Chart
Test Suite Summary
- ${totalNumberOfScenarios} Scenarios in ${totalNumberOfFeatures} Features.
- ${totalNumberOfPassedScenarios} passed / ${totalNumberOfFailedScenarios} failed / ${totalNumberOfSkippedScenarios} skipped.
- Total Time: ${totalDurationString}
Failed Scenarios
| Feature | Scenario | Duration |
|---|---|---|
| ${report.encodedName} | ${element.encodedName} |
|
Skipped Scenarios
| Feature | Scenario | Duration |
|---|---|---|
| ${report.encodedName} | ${element.encodedName} |
|
Passed Scenarios
| Feature | Scenario | Duration |
|---|---|---|
| ${report.encodedName} | ${element.encodedName} |
|