{% extends "layout.html" %} {% block nav %} {% endblock %} {% block content %} {% for feature in features %} {% endfor %}
Started at Feature Total
{{ grand_totals['total_scenarios'] | int }}
Passed
{{ grand_totals['total_scenarios_passed'] | int}}
Failed
{{ grand_totals['total_scenarios_failed'] | int }}
Skipped
{{ grand_totals['total_scenarios_skipped'] | int }}
Errored
{{ grand_totals['total_scenarios_errored'] | int }}
Status
 
Duration (s)
{{ grand_totals['duration'] | int }}s
{{ feature['started_at'] }} {{ escape(feature['name']) }} {{ feature['total_scenarios'] }} {{ feature['total_scenarios_passed'] }} {{ feature['total_scenarios_failed'] }} {{ feature['total_scenarios_skipped'] }} {{ feature['total_scenarios_errored'] }} {{ feature['status'] }} {{ '{:.1f}'.format(feature['duration'] | float ) }}
{% endblock %}