Features
Chart |
Status Progress |
||||
---|---|---|---|---|---|
<%= @features.count %>
|
|
Scenarios
Chart |
Status Progress |
||||
---|---|---|---|---|---|
<%= @total_scenarios %>
|
|
Features overview
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 %> |