Sha256: a88da7e35253ed7e592dbad30c5264585020ae56d6e3c4d56f43d7954370fd76
Contents?: true
Size: 549 Bytes
Versions: 11
Compression:
Stored size: 549 Bytes
Contents
<table> <thead> <tr> <th>Tag</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