Sha256: 203c715500dea47a12aa14c846c0d0c7839dbfce5dc97b63c64faa2bd5905dcd
Contents?: true
Size: 561 Bytes
Versions: 8
Compression:
Stored size: 561 Bytes
Contents
<table> <thead> <tr> <th>Feature</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.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
8 entries across 8 versions & 1 rubygems