{% extends "dashboard_app/_content_with_sidebar.html" %} {% load humanize %} {% load markup %} {% load i18n %} {% block extrahead %} {{ block.super }} {% endblock %} {% block sidebar %}
You cannot make any changes to this testing effort. Only the owner of the {{ effort.project }} can do this.
{% endif %}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.
The following tests contain one of the tags associated with this effort
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 %}