Test Cases
Type: {{ counts.automated }} automated / {{ counts.manual }} manual / {{ counts.all }} both
- Priority: {{ counts.low }} low / {{ counts.medium }} medium / {{ counts.high }} high / {{ counts.critical }} critical
- Total: {{ counts.total }}
{% for name, description, exec_type, priority, priority_color, filename in index_files %}
{{ name }} {{ exec_type }}
{{ description }}
{{ priority }} {% endfor %}