{% extends "layout.html" %} {% block content %}
{% if data['test_batch'].ending_timestamp is none %} {% else %} {% endif %}

Test Batch id: {{ testbatch_id }}

{% if data['test_batch'].ending_timestamp is none %}
{% endif %}
Total tests: {{ data['test_batch'].total_tests}} Total finished tests: {{ data['test_batch'].total_finished_tests }} Total executing tests: {{ data['test_batch'].total_executing_tests}}

Report:

Runner's log:

{% for line in data['runner_log'] %}
{{ line }}
{% endfor %}

Test instance's log:

{% if not data['logs']|count %}

No logs

{% else %}
{% endif %}
{% endblock %}