你没有眼花,这个Log文件就是一片空白
{% endif %}测试用例 {{script_name}} {% if test_result %} {% else %} {% endif %}
{% if author %}作者:{{author}}
{% else %}作者:佚名
{% endif %}{{run_start}} -- {{run_end}}
Assert 测试点汇总
{% for step in all_steps['main_script'] %}
{% if step.assert %}
测试点
{% if step.trace %}
{{loop.index}}
{% else %}
{{loop.index}}
{% endif %}
预期结果:{{step.assert}}
{% endif %}
{% endfor %}
{% if records %}
{% for r in records %}
{% endfor %}
{% else %}
暂无设备录屏信息
{% 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}}
匹配度: {{step.confidence}}%
{% endif %}{{step.desc}}
{% else %}{{step.desc}}
{% endif %} {% if not step.trace %}
执行成功
{% else %}
执行失败
{{step.traceback}}
{% if step.rect %}
{% endif %}
{% endif %}