{% extends "squad/base.html" %} {% load squad %} {% block content %} {% include "squad/project-nav.html" %}
Metadata |
|
{{key}} | {{value|urlize}} |
---|---|
Downloads |
{% if test_run.log_file|length > 0 %} Log file {% endif %} {% if test_run.tests_file|length > 0 %} Tests file {% endif %} {% if test_run.metrics_file|length > 0 %} Metrics file {% endif %} {% if test_run.metadata_file|length > 0 %} Metadata file {% endif %} |
Attachments |
{% for file, file_type, length in attachments %} {% if file_type %} {% else %} {% endif %} {{file}} ({{length|filesizeformat}}) {% endfor %} |
Tests |
|
{{status.suite.slug}} |
|
{{test.name}} | {{test.status}} |
Metrics |
|
{{status.suite.slug}} |
|
{{metric.name}} | {{metric.result}} |