I am sorry, this log file is empty!
{% endif %}Test Case {{script_name}} {% if test_result %} {% else %} {% endif %}
{% if author %}Author: {{author}}
{% else %}Author: Anonymous
{% endif %}{{run_start}} -- {{run_end}}
Assert: Test Steps Summary
{% for step in all_steps['main_script'] %}
{% if step.assert %}
Test step
{% if step.trace %}
{{loop.index}}
{% else %}
{{loop.index}}
{% endif %}
Expected result:{{step.assert}}
{% endif %}
{% endfor %}
{% if records %}
{% for r in records %}
{% endfor %}
{% else %}
No record information found.
{% endif %}[{{ t[:-7] }}]Step {{loop.index}} {{step.title}} [{{step.start_time}}]
{% if step.screenshot %}
{% if step.image_to_find %}
{% endif %}
{% if step.confidence %}
{% endif %}
record_pos: {{step.record_pos}}, resolution: {{step.resolution}}
Matching confidence: {{step.confidence}}%
{% endif %}{{step.desc}}
{% else %}{{step.desc}}
{% endif %} {% if not step.trace %}
Execution finished successfully
{% else %}
Execution failed
{{step.traceback}}