Airtest Report {{info.title}}

{% if not steps %}

I am sorry, this log file is empty!

{% endif %}
Airtest Report
Steps: {{steps|length}}
Time: xxx
{% if console %}
Console:
{{console}}
{% endif %} {% if log %}
Log: log.txt
{% endif %}
Executors
{% if info.author %}
Author: {{info.author}}
{% else %}
Author: Anonymous
{% endif %}
{{info.name}}
{% if info.desc %}
Description:
{{ 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 %}
{% block footer %} {% endblock %}
{% if records %} {% for r in records %} {% endfor %} {% endif %}