{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Dashboard" %}{% endblock %} {% block contents %}
{% include "run/status_progress_patternfly.html" with stats=test_run.stats_executions_status %} |
{{ test_run.summary }}
{% trans "Started at" %} {{ test_run.start_date }}
|
{% trans "TestPlan" %} | {% trans "Product" %} | {% trans "Type" %} | {% trans "Executions" %} |
---|---|---|---|
{{ test_plan.name }} | {{ test_plan.product }} | {{ test_plan.type }} | {{ test_plan.num_runs }} |