<%= test_info[:count] %> Tests Run
<%= test_info[:assertions] %> Assertions
<%= test_info[:failures] %> Failed
<%= test_info[:errors] %> Errors
<%= test_info[:skips] %> Skipped

Test Results

<% test_info[:results].each do |result| %>
<%= result[:outcome].upcase %>: <%= result[:name] %> <%= sprintf("%.2f", result[:time] * 1000.0) %> ms
<%= result[:result] %>
<% end %>

Results by Type