Sha256: 98e9edfcae2cc33d51cda933ece91c8b94075bb0f6e2b11e8e5d7440ca7816fc

Contents?: true

Size: 931 Bytes

Versions: 18

Compression:

Stored size: 931 Bytes

Contents

<% slugged_id = result.resource_title.to_s.gsub(/\W/, "_") %>
<div class="result" id="result-<%= slugged_id %>">
  <h4 class="resource-title">Resource <code><%= result.resource_title.to_s %></code></h4>
  <table class="result-metadata info">
  <caption>Result Information Table</caption>
    <tr class="expectation_message"><th>Test:</th><td><code><%= result.expectation_message %></code></td></tr>
    <tr class="status status-<%= result.status %>"><th>Status:</th><td><div><%= result.status.capitalize %></div></td></tr>
    <% if result.status == "failed" %>
    <tr class="fail_message"><th>Failure Message:</th><td><code><%= result.message %></code></td></tr>
    <% end %>
    <% if result.status == "skipped" %>
    <tr class="skip_message"><th>Skip Message:</th><td><%= result.skip_message %></td></tr>
    <% end %>
    <tr class="duration"><th>Duration:</th><td><%= result.run_time %> seconds</td></tr>
  </table>
</div>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
inspec-core-6.8.24 lib/plugins/inspec-reporter-html2/templates/result.html.erb
inspec-core-5.22.65 lib/plugins/inspec-reporter-html2/templates/result.html.erb
inspec-core-6.8.11 lib/plugins/inspec-reporter-html2/templates/result.html.erb
inspec-core-5.22.58 lib/plugins/inspec-reporter-html2/templates/result.html.erb
inspec-core-5.22.55 lib/plugins/inspec-reporter-html2/templates/result.html.erb
inspec-core-6.8.1 lib/plugins/inspec-reporter-html2/templates/result.html.erb
inspec-core-5.22.40 lib/plugins/inspec-reporter-html2/templates/result.html.erb
inspec-core-6.6.0 lib/plugins/inspec-reporter-html2/templates/result.html.erb
inspec-core-5.22.36 lib/plugins/inspec-reporter-html2/templates/result.html.erb
inspec-core-5.22.29 lib/plugins/inspec-reporter-html2/templates/result.html.erb
inspec-core-5.22.3 lib/plugins/inspec-reporter-html2/templates/result.html.erb
inspec-core-5.21.29 lib/plugins/inspec-reporter-html2/templates/result.html.erb
inspec-core-5.18.14 lib/plugins/inspec-reporter-html2/templates/result.html.erb
inspec-core-5.17.4 lib/plugins/inspec-reporter-html2/templates/result.html.erb
inspec-core-5.14.0 lib/plugins/inspec-reporter-html2/templates/result.html.erb
inspec-core-5.12.2 lib/plugins/inspec-reporter-html2/templates/result.html.erb
inspec-core-5.10.5 lib/plugins/inspec-reporter-html2/templates/result.html.erb
inspec-core-5.7.9 lib/plugins/inspec-reporter-html2/templates/result.html.erb