Results for {{ test_name }}

Catcher: {{ catcher_v }}

{%- for data in logs %} {%- endfor -%}
Num Step Body Time Variables Output
{{loop.index}} {% if data.success == True %}

{{data.name}} {% elif data.success == False %}

{{data.name}} {% else %}

{{data.name}} {% endif %}

{{data.body}} {{data.time}}


Index