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
Priority
Failed
{% for row in priority_fail_count %}
{{row.1}}
{{row.0}}
{% endfor %}
{% 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 %}