templates.default.index.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of donut Show documentation
Show all versions of donut Show documentation
Donut - Automated Testing Reporting Tool
The newest version!
Donut - {{dashboardPage.reportDashboard.executionDateTime}}
Features
{{dashboardPage.reportDashboard.featureMetrics.total}}
{{dashboardPage.reportDashboard.featurePassRate}}%
{{dashboardPage.reportDashboard.featureFailRate}}%
{{#if dashboardPage.reportDashboard.scenarioMetrics.hasScenarios}}
Scenarios
{{dashboardPage.reportDashboard.scenarioMetrics.total}}
{{dashboardPage.reportDashboard.scenariosPassRate}}%
{{dashboardPage.reportDashboard.scenariosFailRate}}%
{{else}}
{{/if}}
{{#if dashboardPage.reportDashboard.unitTestMetrics.hasUnitTests}}
Unit Tests
{{dashboardPage.reportDashboard.unitTestMetrics.total}}
{{dashboardPage.reportDashboard.unitTestsPassRate}}%
{{dashboardPage.reportDashboard.unitTestsFailRate}}%
{{else}}
{{/if}}
Steps
- {{dashboardPage.reportDashboard.stepMetrics.total}}
- {{dashboardPage.reportDashboard.stepMetrics.passed}}
- {{dashboardPage.reportDashboard.stepMetrics.failed}}
- {{dashboardPage.reportDashboard.stepMetrics.skipped}}
- {{dashboardPage.reportDashboard.stepMetrics.undefined}}
- {{dashboardPage.reportDashboard.stepMetrics.pending}}
{{dashboardPage.reportDashboard.totalTags}}Tags
Started: {{dashboardPage.reportDashboard.executionDateTime}}
Duration: {{dashboardPage.reportDashboard.executionDuration}}
Project: {{projectMetadata.projectName}}
{{#if projectMetadata.projectVersion}}| Build: {{projectMetadata.projectVersion}}{{else}}{{/if}}
{{#each projectMetadata.customAttributes}}
| {{@key}}: {{this}}
{{/each}}
{{#if dashboardPage.reportDashboard.unitTestMetrics.hasOrphanedUnitTests}}
Orphaned unit tests:- Total: {{dashboardPage.reportDashboard.unitTestMetrics.orphaned}}
Passed: {{dashboardPage.reportDashboard.unitTestMetrics.orphanedPassed}}
Failed: {{dashboardPage.reportDashboard.unitTestMetrics.orphanedFailed}}
{{else}}
{{/if}}
Feature Summary
Scenarios & Tests
Feature
Total
Failed
Passed
Duration
Duration-H
{{#featuresPage.features}}
{{name}}
{{scenarioMetrics.total}}
{{scenarioMetrics.failed}}
{{scenarioMetrics.passed}}
{{duration.durationStr}}
{{status.statusStr}}
{{duration.duration}}
{{/featuresPage.features}}
Total Features: {{dashboardPage.reportDashboard.featureMetrics.total}}
Passed Features: {{dashboardPage.reportDashboard.featureMetrics.passed}}
Failed Features: {{dashboardPage.reportDashboard.featureMetrics.failed}}
{{dashboardPage.reportDashboard.allTestsMetrics.total}}
{{dashboardPage.reportDashboard.allTestsMetrics.failed}}
{{dashboardPage.reportDashboard.allTestsMetrics.passed}}
{{dashboardPage.reportDashboard.executionDuration}}
{{#featuresPage.features}}
{{/featuresPage.features}}
Tag Summary
Scenarios
Tag
Total
Failed
Passed
{{#tagPage.reportTag}}
@{{tag}}
{{scenariosMetrics.total}}
{{scenariosMetrics.failed}}
{{scenariosMetrics.passed}}
{{tagStatus}}
{{/tagPage.reportTag}}
{{#tagPage.reportTag}}
{{/tagPage.reportTag}}
Failures ({{failuresPage.totalFailures}})
{{{failuresPage.htmlElements}}}