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 failed_tests %}

Failed Tests


{% for obj in failed_tests %} {% include "test_details.html" with obj=obj %} {% endfor %}

{% endif %} {% if passed_tests %}

Passed Tests


{% for obj in passed_tests %} {% include "test_details.html" with obj=obj %} {% endfor %}

{% endif %} {% include "exceptions.html" with exception_details=exception_details %}