{{title}}

{% for name, value in header %}

{{name}}: {% if name == 'Status'%} {{ value|join(', ') }} {% else %} {{value}} {% endif %}

{% endfor %}
{% for eachTestCase, status, errorType, errorMessage in reportCases %} {% if "success" not in status %} {% endif %} {% endfor %}
{{class_name}} Status
{{eachTestCase}} {% if "success" in status %} Pass {% elif "info" in status %} Skip {% elif "danger" in status%} Fail {% else %} Error {% endif %} {% if "success" not in status %}   {% endif %}

{{errorType}}

{{errorMessage}}

Total Test Runned: {{total_test}} {% for value in header[2][1] %} {{value}} {% endfor %}