{% if not steps %}

The log file is empty!

{% endif %}
Test Result
Steps: {{steps|length}}
Time: xxx
{% if console %}
Console:
{{console}}
{% endif %} {% if log %} {% endif %}
{% if info.desc %}
Description:
{{ info.name }}:{{ info.desc|safe }}
{% endif %}
{{ extra_block|safe }} {% if steps|length >0 %}
order
duration
status
Jump to wrong step Filter by: All Success Failed Assert
{% endif %}
{% if records %} {% for r in records %} {% endfor %} {% endif %}