{% include './statistics.html' %}
{% if failed > 0 %}

Top failed Features

{% else %}

🎉 There are no failed tests
Fantastic job! Keep pushing for excellence 💪

{% endif %}
{% for f in top_feature_fail%}

{{f.name}}

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

{%endfor%}