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

Reproduce Steps


{% for obj in reproduce_objects %}
    {% for step in obj.reproduce_steps %}
  • {{step}}
  • {% endfor %}

{% endfor %}
{% endif %}

{% if exception_details %}

Exception Details


{% for obj in exception_details %}
    {{obj.details}}
{% endfor%}
{% endif %}