Responsive Test Report

{{ total_tests }} Total Tests
{{ passed }} PASS {{ pass_percentage }}%
{{ failed }} FAIL {{ fail_percentage }}%
{% for group in test_results %} {% for test in group.tests %} {% endfor %} {% endfor %}
Status Group / Test Name Details Additional Info
{{ '✔' if group.status == 'PASS' else '✘' }} {{ group.status }} {{ group.name }} {{ group.summary }} Click 👉