Home
Dashboard
Recent
Recent 5
Recent 10
Recent 30
Over All
Historic
Recent
Flaky
Search
Compare
Query - β
EID
Suite - Test Case
Status
Time
Error
Comment
{% for item in data %}
{{item[1]}}
{{item[2]}}
{% if (item[3] == "PASS") %}
{{item[3]}}
{% else %}
{{item[3]}}
{% endif %}
{{item[4]}}
{{item[5]}}
{% if (item[3] != "PASS" and item[6] != None) %} {{item[6]}} {% endif %}
{% endfor %}