
com.github.damagecontrol.htmlreport.templates.index.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!
<%= title %>
<%= featuresSummaryFragment %>
Specifications
Specification
Features
Failures
Skipped
Duration
Result
<% results.specs.each { name, spec -> %>
<%= spec.name %>
<%= spec.summary.count %>
<%= spec.summary.failedCount %>
<%= spec.summary.skippedCount %>
<%= spec.duration %>s
<%= spec.summary.result.description %>
<% } %>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy