{{total}} Total tests executed

{{passed}} Passed tests

{{failed}} Failed tests

{{skipped}} Skipped tests

{{percentage}}% of tests passed

{% if duration > 0.5 %} {{duration|round(3)}}s {% else %} {{(duration*1000)|round(3)}}ms {%endif%} Total duration

Top failed Features in percentage

{% for f in top_feature_fail%}

{{f.name}}

{{f.failed_tests/f.total_tests*100}}

{%endfor%}