{{db_name}} - Recent Metrics


{% for item in data %} {% if (item[3] == "PASS") %} {% elif (item[3] == "FAIL") %} {% else %} {% endif %} {% endfor %}
EID Test Case Status Time (s) Error Comment
{{item[1]}} {{item[2]}} {{item[3]}} {{item[3]}} {{item[3]}} {{item[4]}} {{item[5]}} {% if (item[3] != "PASS" and item[6] != None) %} {{item[6]}} {% endif %} {% if (item[3] != "PASS" ) %} {% endif %}