UTX Statistics
测试用例
执行结果
运行设备:{{results[0]['devices']}}
{% for r in results[0]['result'] %}
{{r.name}}
{{"成功" if r.result else "失败"}}
{% endfor %}