{% extends "cosmos/layout.html" %} {% block content %}

Executions

{% for e in executions %} {% endfor %}
execution successful status created_on finished_on wall time testcases action
{{ e }} {{e.successful|to_thumb}} {{e.status}} {{ e.created_on }} {{ e.finished_on }} {% if e.finished_on %}{{ e.finished_on - e.created_on|or_datetime_now }}{% endif %} {{ e.info['testcases']|join(', ') }}
{% endblock %}