Results for {{ test_name }}

Catcher: {{ catcher_v }}

Run {{ steps | length }} {% if steps | length > 1 %} steps {% else %} step {% endif %}

{%- for step in steps %} {%- endfor -%}
Num Step Variables Time Result Comment
{{loop.index}} {{step.name}} {{step.time}} {% if step.success %}

OK {% else %}

Fail {% endif %}

Total: {{ steps |length }} {{ test_time }} {% if result %}

Passed {% else %}

Failed {% endif %}

{% if failed > 0 %}{{ failed }}/{% endif %} {{ passed }}


Index