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