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

Version Path
aruba-0.14.14 templates/index.erb
aruba-0.14.13 templates/index.erb
aruba-0.14.12 templates/index.erb
aruba-0.14.11 templates/index.erb
aruba-0.14.10 templates/index.erb
aruba-0.14.9 templates/index.erb
aruba-0.14.8 templates/index.erb
aruba-0.14.7 templates/index.erb
aruba-0.14.6 templates/index.erb
aruba-0.14.5 templates/index.erb
aruba-0.14.4 templates/index.erb
aruba-0.14.3 templates/index.erb
aruba-win-fix-0.14.2 templates/index.erb
aruba-0.14.2 templates/index.erb
aruba-0.14.1 templates/index.erb
aruba-0.14.0 templates/index.erb
aruba-0.13.0 templates/index.erb
aruba-0.12.0 templates/index.erb
aruba-0.11.2 templates/index.erb
aruba-0.11.1 templates/index.erb