{{db_name}} - Flaky Tests
Test Case |
Recent |
Recent - 1 |
Recent - 2 |
Recent -3 |
Recent - 4 |
{% for item in data %}
{{item[1]}} |
{% if (item[2] == "PASS") %}
PASS |
{% elif (item[2] == "FAIL") %}
FAIL |
{% else %}
N/A |
{% endif %}
{% if (item[3] == "PASS") %}
PASS |
{% elif (item[3] == "FAIL") %}
FAIL |
{% else %}
N/A |
{% endif %}
{% if (item[4] == "PASS") %}
PASS |
{% elif (item[4] == "FAIL") %}
FAIL |
{% else %}
N/A |
{% endif %}
{% if (item[5] == "PASS") %}
PASS |
{% elif (item[5] == "FAIL") %}
FAIL |
{% else %}
N/A |
{% endif %}
{% if (item[6] == "PASS") %}
PASS |
{% elif (item[6] == "FAIL") %}
FAIL |
{% else %}
N/A |
{% endif %}
{% endfor %}