{% extends "dashboard_app/_content_with_sidebar.html" %} {% load humanize %} {% load markup %} {% load i18n %} {% block extrahead %} {{ block.super }} {% endblock %} {% block sidebar %}
The concept of testing efforts
is based on using
tags to associate test runs with a common goal or task. This testing effort
will list any test runs that have any of the following tags
present.
Tests ran on {{ test_run_cluster.grouper }} | Pass | Fail | Skip | Unknown | |
---|---|---|---|---|---|
{{ test_run.test }} | {% with test_run.denormalization as denormalization %}{% spaceless %} {% endspaceless %} | {{ denormalization.count_pass }} | {{ denormalization.count_fail }} | {{ denormalization.count_skip }} | {{ denormalization.count_unknown }} | {% endwith %}