{% extends "insanityweb/base.html" %} {% load insanity_extra %} {% block title %} Matrix View of Testrun #{{testrun.id}} {% endblock %} {% block content %}
Date | Time | Client |
---|---|---|
{{testrun.starttime|date:"Y-m-d"}} ({{testrun.starttime|date:"l"}}, week {{ testrun.starttime|date:"W"}}) | {{ testrun.starttime|time:"H:i:s" }} {% if testrun.stoptime %} to {{ testrun.stoptime|time:"H:i:s" }} ({{ testrun.starttime|timesince:testrun.stoptime}}) {% endif %} | {{ testrun.clientid.software }} / {{ testrun.clientid.name }} / {{ testrun.clientid.user }} |
|
Check item | Failures | Description |
---|---|---|
{{ item.name }} | {{ item.count }} | {{ item.description }} |