| Status | Group / Test Name | Details | Additional Info |
|---|---|---|---|
| {{ '✔' if group.status == 'PASS' else '✘' }} {{ group.status }} | {{ group.name }} | {{ group.summary }} | Click 👉 |
| {{ '✔' if test.status == 'PASS' else '✘' }} {{ test.status }} | {{ test.name }} | {{ test.details }} | {% if test.info and test.info != "N/A" %} Test Code {% else %} N/A {% endif %} |