Features

Chart

Status

Progress

<%= features.length %>

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.forEach((feature) => { %> <% }) %>
Feature name Status Device OS App Duration Total Passed Failed
<%= feature.name %> <% if(feature_passed(feature)) { %> check-circle passed-color <% } else { %> exclamation-circle failed-color <% } %> <%= device.model %> - <%= device.id %> <% if(device.constructor.name == 'AndroidDevice') { %> android <% } else { %> web <% } %> <%= apk_path %> <%= format_duration(feature_duration(feature)) %> <%= feature.elements.length %> <%= passed_scenarios(feature).length %> <%= failed_scenarios(feature).length %>