Run {{ steps | length }} {% if steps | length > 1 %} steps {% else %} step {% endif %}
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 }} |