"
{% if not all_steps %}

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 %}
{% set step_type = ['main_script'] %} {% for t in step_type %} {% for step in all_steps[t] %}

[{{ t[:-7] }}]Step {{loop.index}} {{step.title}} [{{step.start_time}}]


{% if step.screenshot %} {% if step.image_to_find %}

record_pos: {{step.record_pos}}, resolution: {{step.resolution}}

{% endif %}
{% if not step.trace and step.target_pos %} {% if step.rect %}
{% endif %} {% endif %}

{% if step.confidence %}

Matching confidence: {{step.confidence}}%

{% endif %}

{{step.desc}}

{% else %}

{{step.desc}}

{% endif %} {% if not step.trace %}
Execution finished successfully
{% else %}
Execution failed
{{step.traceback}}
{% endif %}
{% endfor %} {% endfor %}
{% block footer %} {% endblock %}