{% extends "base.html" %} {% load i18n %} {% load static %} {% block title %}{% trans "TestCase health" %}{% endblock %} {% block page_id %}page-telemetry-test-case-health{% endblock %} {% block contents %}
{% include "telemetry/include/filters.html" %}

{% trans "Most frequently failing test cases" %}

{% trans "Test Case" %} {% trans "Failed executions" %} {% trans "% of failed executions" %}
{% endblock %}