Features

Chart

Status

Progress

<%= @features.count %>

Passed

<%= @total_passed_features_percentage %> %

Failed

<%= @total_failed_features_percentage %> %

Scenarios

Chart

Status

Progress

<%= @total_scenarios %>

Passed

<%= @total_passed_scenarios_percentage %> %

Failed

<%= @total_failed_scenarios_percentage %> %

Features overview

<% @features.each do |f| %> <% end %>
Feature name Status Device OS App Duration Total Passed Failed
<%= f["name"] %> <% if feature_passed?(f) %> check-circle passed-color <% else %> exclamation-circle failed-color <% end %> <%= device.model %> - <%= device.id %> android <%= @apk_path %> <%= format_duration(feature_duration(f)) %> <%= f["elements"].count %> <%= passed_scenarios(f).count %> <%= failed_scenarios(f).count %>