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:
{% endif %}
{% if log %}
Log:
log.txt
{% endif %}
{% if reports %}
{% for report in reports %}
ProfileReport:
ProfileReport{{ loop.index }}
{% endfor %}
{% endif %}
Executors
{% if info.author %}
Author: {{info.author}}
{% else %}
Author: Anonymous
{% endif %}
{{info.name}}
{% set devices_str=info.devices.values() | join(',') %}
{% endif %}
Device: {{info.devices.keys() | join(',') }}
Description:
{{ info.desc|safe }}
Quick view
order
duration
status
Jump to wrong step
Filter by:
All
Success
Failed
Assert