{% if test_result == 'SUCCESS' %}
|
TESTRUN {{ test_result }} |
项目名称: | {{ project_name }} |
运行日期: | {{ run_date }} |
运行耗时: | {{ run_duration_time + 's' }} |
Package | Failed | Passed | Skipped | Total |
---|---|---|---|---|
{{ module_name }} | {{ test_module['failed'] + test_module['error'] }} | {{ test_module['success'] }} | {{ test_module['skipped'] }} | {{ test_module['failed'] + test_module['success'] + test_module['skipped'] }} |
{{ test_case['case'] }} | ||||
{{ test_case['case'] }} |