Loading

{{currentPage.subtitle}}

{{currentPage.title}}

{{currentPage.statistics.count}} scenario{{currentPage.statistics.count != 1 ? 's' :''}}, of which {{currentPage.statistics.success}} {{currentPage.statistics.success === 1 ? 'was' : 'were'}} successful, {{currentPage.statistics.failed}} failed, and {{currentPage.statistics.pending}} {{currentPage.statistics.pending === 1 ? 'is' : 'are'}} pending. Total time: {{nanosToSeconds(currentPage.statistics.totalNanos)}}s

Loading

{{scenario.description.capitalize()}} {{scenario.scenarioCases.length}} FAILED PENDING ({{ nanosToSeconds(scenario.durationInNanos) }}s)

Case {{case.caseNr}}: {{param}} = {{case.explicitArguments[$index]}},
{{step.words[0].value.capitalize()}} <{{word.argumentInfo.parameterName}}> {{ word.argumentInfo.formattedValue || word.value }}
{{ value }}
({{ nanosToSeconds(step.durationInNanos) }}s)
FAILED: {{case.errorMessage}}

Cases
# {{param}} Status
{{case.caseNr}} {{arg}}
{{case.errorMessage}}