{{name}}: {% if name == 'Status'%} {{ value|join(', ') }} {% else %} {{value}} {% 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 %} |
Total Test Runned: {{total_test}} | {% for value in header[2][1] %} {{value}} {% endfor %} |