Sha256: b3389d953f24636e78d022369b83a3199b971b2c83a3b76eee87300aadb6149e
Contents?: true
Size: 496 Bytes
Versions: 72
Compression:
Stored size: 496 Bytes
Contents
<!doctype html> <html> <head> <meta http-equiv="content-type" content="text/html;charset=UTF-8"/> <title><%= index_title %></title> </head> <body> <h2><%= index_title %></h2> <% Aruba::Reporting.reports.keys.sort{|f1, f2| f1.title <=> f2.title}.each do |feature| -%> <h3><%= feature.title %></h3> <ul> <% Aruba::Reporting.reports[feature].each do |scenario, report_path| %> <li><a href="<%= report_path%>"><%= scenario.title %></a></li> <% end -%> </ul> <% end -%> </body>
Version data entries
72 entries across 72 versions & 6 rubygems