{% extends "dashboard_app/_content.html" %} {% load call %} {% block content %}
Test | Totals | Most Recent Test Run | Description | |||||||
---|---|---|---|---|---|---|---|---|---|---|
PASS | FAIL | FAIL rate | Test Runs | Test Results | PASS | FAIL | FAIL rate | Test Results | ||
{{ test.test_id }} | {{ overall_test_health.pass_count }} | {{ overall_test_health.fail_count }} | {{ overall_test_health.fail_percent|default_if_none:0|floatformat }}% | {{ overall_test_health.total_run_count }} | {{ overall_test_health.total_count }} | {{ current_test_health.pass_count|default:0 }} | {{ current_test_health.fail_count|default:0 }} | {{ current_test_health.fail_percent|default_if_none:0|floatformat }}% | {{ current_test_health.total_count|default:0 }} | {{ test.name|default:"not set" }} |