# | Group | Duration | Pending | Failed | Passed | Status |
---|---|---|---|---|---|---|
1 | <%= @title %> | <%= @summary_duration %> | <%= @pending %> | <%= @failed %> | <%= @passed %> | <%= @status %> |
# | Example | Duration | Status |
---|---|---|---|
<%= i + 1 %> |
<%= example.example_title %><% if example.has_screenrecord? %> Screen Recording <% end %> <% if example.has_screenshots? %> Screen Shots <% end %>
<%= example.spec %>
<% end %>
<% if example.has_screenshots? %>
<% end %>
<% if example.has_screenrecord? %>
<% end %>
<% end %>
<% if example.has_exception? %>
<% end %>
<%= example.exception.klass %>
<%= example.exception.explanation %>
<% unless example.exception.backtrace_message.empty? %>
<% if example.has_failed_screenshot? %>
<% end %>
|
<%= example.duration %> | <%= example.status %> |