{% extends "base.html" %} {% block title %} Dashboard {% endblock %} {% block content %}
{% include "includes/flash.html" %}
Please wait
Updating Testrun Results
Loading...
Filters:
Testrun
Summary
Results
Duration
{% for tr in testruns %} {% for stage in stages[loop.index0] %}
{{ tr.name }}

{{ stage }}

TESTS

PASSED

FAILED

PAUSED
{% endfor %} {% endfor %}
{% endblock %}