{% if test_results %} {% if test_results.errors %} {% else %} {% endif %} {% endif %} {{ content.description }} {% for test in content.children %}
{{ test.description }} {% for scenario in test.children %}
{{ scenario.description }}

Validation performed by tests

Playwright tests perform the following validation on the requests below (click to open):

{% if scenario.children %} {% for event in scenario.children %}
{{ event.description }}
{% endfor %} {% endif %}
{% endfor %}
{% endfor %}