Sha256: da30af02f111543487c92cbeca90d03d76f36b1b3b9030076d95c935710f1ecd
Contents?: true
Size: 553 Bytes
Versions: 11
Compression:
Stored size: 553 Bytes
Contents
<table> <thead> <tr> <th>Feature</th> <th>Scenarios</th> <th>passed</th> <th>failed</th> <th>pending</th> <th>status</th> </tr> </thead> <tbody> <% results.each do |info| %> <tr> <td><%= info.name %></td> <td><%= info.scenario_count %></td> <td><%= info.passed_count %></td> <td><%= info.failed_count %></td> <td><%= info.pending_count %></td> <td class="<%= info.status %>"><%= info.status %></td> </tr> <% end %> </tbody> </table>
Version data entries
11 entries across 11 versions & 1 rubygems