Test Report: {{html_report_name}}

Summary

START AT {{time.start_datetime}}
DURATION {{ time.duration|float }} seconds
PLATFORM HttpRunner {{ platform.httprunner_version }} {{ platform.java_version }} {{ platform.platform }}
STAT TESTCASES (success/fail) TESTSTEPS (success/fail/error/skip)
total (details) => {{testcasesStat.total}} ({{testcasesStat.success}}/{{testcasesStat.fail}}) {{teststepsStat.total}} ({{teststepsStat.successes}}/{{teststepsStat.failures}}/{{teststepsStat.errors}}/{{teststepsStat.skipped}})

Details

{% for test_suite_summary in details %} {% set suite_index = loop.index %}

{{test_suite_summary.name.realValue}}

{% for record in test_suite_summary.records %} {% set loopindexout = loop.index %} {% set record_index = '{{suite_index}}_{{loopindexout}}' %} {% set record_meta_datas = record.meta_datas_expanded %} {% endfor %}
TOTAL: {{test_suite_summary.stat.total}} SUCCESS: {{test_suite_summary.stat.successes}} FAILED: {{test_suite_summary.stat.failures}} ERROR: {{test_suite_summary.stat.errors}} SKIPPED: {{test_suite_summary.stat.skipped}}
Status Name Response Time Detail
{{record.status}} {{record.name}} {{record.response_time}} ms {% for meta_data in record_meta_datas %} {% set loopindexin = loop.index %} {% set meta_data_index = '{{record_index}}_{{loopindexin}}' %} log-{{loop.index}} {% endfor %} {% if record.attachment %} traceback {% endif %}
{% endfor %}