
com.github.damagecontrol.htmlreport.templates.spec.html Maven / Gradle / Ivy
<%= spec.name %>
<%= spec.featureCount%>
features
<%= spec.failedFeatureCount %>
failures
<%= spec.skippedFeatureCount%>
skipped
<%= spec.duration%>s
duration
<%= spec.successPercentage%>%
successful
Features
Feature
Duration
Result
<% features.eachWithIndex{ featureName, feature, featureIndex -> %>
<%= featureName %>
<%= feature.duration %>s
<%= feature.result.description %>
<% feature.steps.each{ step -> %>
<%= step.type %> <%= step.description %> <%= step.result.description %>
<% if (step.details) { %>
<%= step.details %>
<% } %>
<% } %>
<% if (feature.details) { %>
<%= feature.details %>
<% } %>
<% } %>
System Out
${spec_standard_output}
System Error
${spec_error_output}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy