Sha256: 7d596960faeed4013cea905b9193284143091fa28db6fa6c40feb58be9e2747c
Contents?: true
Size: 557 Bytes
Versions: 8
Compression:
Stored size: 557 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.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