
com.github.damagecontrol.htmlreport.templates.spec.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of html-generator Show documentation
Show all versions of html-generator Show documentation
Damage Control Report - HTML Generator
The newest version!
Specification <%= spec.name %>
<%= featuresSummaryFragment %>
Features
Feature
Duration
Result
<% features.eachWithIndex { featureName, feature, featureIndex -> %>
expand="feature_<%= featureIndex %>_steps"
<% } %>
>
<%= featureName %>
<%= feature.duration %>s
<%= feature.result.description %>
<% if (!feature.steps.isEmpty()) { %>
<% 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