I am sorry, this log file is empty!
{% endif %}Test Case {{info.name}} {% if test_result %} {% else %} {% endif %}
{% if info.author %}Author: {{info.author}}
{% else %}Author: Anonymous
{% endif %} {% if info.title %}Title: {{info.title}}
{% endif %} {% if info.desc %}Description:
{{ info.desc| nl2br }}
Time:{{run_start}} -- {{run_end}}
{% if not test_result %}Failure: Failed Steps
{% for step in steps %}
{% if step.traceback %}
{{loop.index}}
{% endif %}
{% endfor %}
{% endif %}
Assert: Test Steps Summary
{% for step in steps %}
{% if step.assert %}
Test step
{% if step.traceback %}
{{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 %}Step {{loop.index}} {{step.title}} [{{step.time}}]
{% if step.code.name %}
{% endif %}
{% if step.screen.src %}
{% if step.screen.confidence %}
{% endif %}
{% for arg in step.code.args %}
{% if arg.image %}
resolution: {{arg.value.resolution}}
{% else %}{{arg.key}}: {{arg.value}}
{% endif %} {% endfor %}Matching confidence: {{step.screen.confidence}}
{% endif %} {% endif %} {% if step.desc %}{{step.desc}}
{% endif %} {% if not step.traceback %}
Execution succeeded
{% else %}
Execution failed
{{step.traceback}}