| Features |
{{ countOf cucumberReportSummary.featureSummary 'failed' }} |
{{ countOf cucumberReportSummary.featureSummary 'undefined'}} |
{{ countOf cucumberReportSummary.featureSummary 'pending' }} |
{{ countOf cucumberReportSummary.featureSummary 'passed' }} |
{{ countOf cucumberReportSummary.featureSummary 'ambiguous' }} |
{{ countOf cucumberReportSummary.featureSummary 'total' }} |
| Scenarios |
{{ countOf cucumberReportSummary.scenarioSummary 'failed' }} |
{{ countOf cucumberReportSummary.scenarioSummary 'undefined' }} |
{{ countOf cucumberReportSummary.scenarioSummary 'pending' }} |
{{ countOf cucumberReportSummary.scenarioSummary 'passed' }} |
{{ countOf cucumberReportSummary.scenarioSummary 'ambiguous' }} |
{{ countOf cucumberReportSummary.scenarioSummary 'total' }} |