{% extends "squad/base.html" %} {% load squad %} {% block content %} {% include "squad/project-nav.html" %}
Metadata |
|||
{{key}} | {{value|urlize}} | ||
---|---|---|---|
Test run #{{test_run.job_id}} Environment: {{test_run.environment.slug}} {% if test_run.job_status %} Status: {{test_run.job_status}} {% endif %} |
|||
Results |
|||
Suite | Metrics summary | Tests passed | Tests failed |
{{status.suite.slug}} | {{status.metrics_summary}} | {{status.tests_pass}} | {{status.tests_fail}} |
Overall summary | {{overall_status.metrics_summary}} | {{overall_status.tests_pass}} | {{overall_status.tests_fail}} |