{% if report_errors %}
{% if not report_errors %}
{{ report_errors }}
{% endif %}
{{ build }} Plan{{ build.plans_count|default_if_none:0 }} Run{{ build.runs_count|default_if_none:0 }} Manual Cases{{ manual_count|percentage:total_count }} ({{ manual_count }}/{{ total_count }}) Automated Cases{{ auto_count|percentage:total_count }} ({{ auto_count }}/{{ total_count }}) Manual/Automated{{ both_count|percentage:total_count }} ({{ both_count }}/{{ total_count }}) | Passed Case-Run | Failed Case-Run |
All Failed Case-Run List
{% include "report/custom_details_case_runs.html" with case_runs=failed_case_runs %}
All Blocked Case-Run List
{% include "report/custom_details_case_runs.html" with case_runs=blocked_case_runs %}
{% endif %} {# endif report_errors #}