Sha256: d4e0dad9c2606ac8858d6cc9070f2a8654180f610a887d1c2c782130364656de

Contents?: true

Size: 534 Bytes

Versions: 2

Compression:

Stored size: 534 Bytes

Contents

<table>
  <thead>
    <tr>
      <th>Tag</th>
      <th>Scearios</th>
      <th>passed</th>
      <th>failed</th>
      <th>pending</th>
      <th>status</th>
    </tr>
  </thead>
  <tbody>
    <% analysis_results.each do |info| %>
      <tr>
        <td><%= info.name %></td>
        <td><%= info.scenarios %></td>
        <td><%= info.passed %></td>
        <td><%= info.failed %></td>
        <td><%= info.pending %></td>
        <td class="<%= info.status %>"><%= info.status %></td>
      </tr>
    <% end %>
  </tbody>
</table>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
turnip_formatter-0.2.3 lib/turnip_formatter/template/tab_tag_statistics.erb
turnip_formatter-0.2.2 lib/turnip_formatter/template/tab_tag_statistics.erb