Automated Test Report


Summary



SUCCESS

{{success_count|default:"0"}}

FAILED

{{fail_count|default:"0"}}

EXCEPTIONS

{{exception_count|default:"0"}}


{% if priority_fail_count %}

Priority Wise Fail Count



{% for row in priority_fail_count %} {% endfor %}
Priority Failed
{{row.1}} {{row.0}}
{% endif %}
{% if reproduce_objects %}

Failed Tests


{% for obj in reproduce_objects %} {% if obj.failed %} {% include "test_datails.html" with obj=obj %} {% endif %} {% endfor %}

Passed Tests


{% for obj in reproduce_objects %} {% if not obj.failed %} {% include "test_datails.html" with obj=obj %} {% endif %} {% endfor %}
{% endif %} {% include "exceptions.html" with exception_details=exception_details %}