{{ title }}

{% for attribute in report_attrs %}

{{ attribute[0] }} : {{attribute[1]}}

{% endfor %}

Show

{% for cls in report['class_testcases'] %} {% for testcase in cls['fun_testcases'] %} {% endfor %} {% endfor %}
Test Group/Test case Count Pass Fail Error View
{{ cls['desc'] }} {{ cls['count'] }} {{ cls['pass'] }} {{ cls['fail'] }} {{ cls['error'] }}
Total {{report['count']}} {{report['pass']}} {{report['fail']}} {{report['error']}}  


Time Elapsed: {{ stop_time }}