测试机环境信息
| {{ key }} | {{ system_info.get(key) }} |
|---|
测试执行统计
测试结果
| 测试用例 | 测试设备 | 测试结果 | 其他 | |
|---|---|---|---|---|
| {{ result.testcase }} | {{ result.interface }} | {%- if result.status == "PASS" %} {% set result_color = "#3c763d" %} {%- elif result.status == "FAIL" %} {% set result_color = "#a94442" %} {%- else %} {% set result_color = "#777777" %} {%- endif %}{{ result.status }} | {%- if result.log_content != "" %}运行日志 | {%- else %}{%- endif %} |