Passed | Skipped | Setup Errors | Failed | NA | Added |
Test results |
total
pass
fail
error
skip
n/a
added
|
{% for index in range(executions|length) if executions[index]['name'] != 'required' %}
{{ totals[executions[index]['name']].total }}
{{ totals[executions[index]['name']][STATUS_PASS] }}
{{ totals[executions[index]['name']][STATUS_FAIL] }}
{{ totals[executions[index]['name']][STATUS_ERROR] }}
{{ totals[executions[index]['name']][STATUS_SKIP] }}
{{ totals[executions[index]['name']][STATUS_NA] }}
{{ totals[executions[index]['name']][STATUS_ADDED] }}
|
{% if detailed %}
Notes | {% endif %} {%- endfor -%}|||
# | Test name and parameters | Required vs Added | {% for index in range(executions|length) if executions[index]['name'] != 'required' %}{{ executions[index]['date'] }} | {% if detailed %}{{ executions[index]['filename'] }} | {% endif %} {%- endfor -%} {# {% set counter = 1 %}#}||
Class {{ test_class }} | {% for index in range(executions|length) if executions[index]['name'] != 'required' %} {% if detailed %} | {% else %} | {% endif %} {% endfor %} | |||
{{ counters.all_count + loop.index0 }} |
{{ test.test_name }}
{{ test.uuid }} {{ test.test_options }}
|
{% if test['results'].has_key('required') %}
{% if test['results']['required']['result'] == 'R' -%}
R | {%- endif %} {% else %}A | {% endif %} {% for index in range(executions|length) if executions[index]['name'] != 'required' %} {% set _name = executions[index]['name'] %} {% if test['results'].has_key(_name) %}{{ test['results'][_name]['result'] }} | {% if detailed %} {% endif %} {% else %}{% if detailed %} | {% endif %} {% endif %} {%- endfor -%} |