Report: TestCaseManager
{% if stats.failed %} {% else %} {% endif %}
Test failedTest passed
Test Overview
Statistics
{% if stats.failed %} {% else %} {% endif %} {% if stats.failed %} {% else %} {% endif %}
Overall number of test cases {{stats.number_tests}}
Test cases passed {{stats.number_passed}} {{stats.percentage_passed}}% of executed test cases{{stats.number_passed}} {{stats.percentage_passed|round(1)}}% of executed test cases
Test cases failed {{stats.number_failed}} {{stats.percentage_failed|round(1)}}% of executed test cases{{stats.number_failed}} {{stats.percentage_failed}}% of executed test cases
Test Case Results
{% for category in data %} {% if category.failed %} {% else %} {% endif %} {% endfor %}
{{loop.index}} {{category.name}} failpass
Test Case Details
{% for category in data %} {% if category.failed %} {% else %} {% endif %}
[−] {{loop.index}} {{category.name}}: Failed {{loop.index}} {{category.name}}: Passed
{% for test in category.tests %} {% if test.failed %} {% for log in test.logs %} {% if log.log_type == "FAIL" %} {% elif log.log_type == "SUCCESS" %} {% else %} {% endif %} {% endfor %} {% endfor %}
Timestamp Result Description
Test {{loop.index}} - {{test.description}}: Failed {% else %}
Test {{loop.index}} - {{test.description}}: Passed {% endif %}
{{log.timestamp}}failpassinfo{{log.fail_message}}
{% endfor %}
End of Report