{{db_name}} - Recent Test Failures
EID |
Test Case |
Time (m) |
Error |
Comment |
|
{% for item in data %}
{{item[1]}} |
{{item[2]}} |
{{item[4]}} |
{{item[5]}} |
{% if (item[3] != "PASS" and item[6] != None) %}
{{item[6]}}
{% endif %}
|
{% if (item[3] != "PASS" ) %}
{% endif %}
|
{% endfor %}