{% extends "layout.html" %} {% block nav %} {% endblock %} {% block content %} {% for feature in features %} {% endfor %}
Started at Feature Total
{{ grand_totals['total_scenarios'] }}
Passed
{{ grand_totals['total_scenarios_passed'] }}
Failed
{{ grand_totals['total_scenarios_failed'] }}
Skipped
{{ grand_totals['total_scenarios_skipped'] }}
Errored
{{ grand_totals['total_scenarios_errored'] }}
Status
 
Duration (s)
{{ '{:.3f}'.format(grand_totals['duration']) }}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'] }} {{ feature['duration'] }}
{% endblock %}