Run

Cases to run

{% if run_case_sessions %}

select all · select none

{% endif %} {% for session in run_case_sessions %}
{{ session.label }} {{ session.rows|length }} case(s) {% for case in session.rows %}
{% endfor %}
{% endfor %} {% if not run_case_sessions %}

no approved cases yet

{% endif %}
running…

Last-run summary

{{ report.summary.requirement_count }}requirements
{{ report.summary.results.passed }}passed
{{ report.summary.results.failed }}failed
{{ report.summary.results.flaky }}flaky
{{ report.summary.results.quarantined }}quarantined
{{ report.summary.results.error }}script error
{% if report.summary.run_id %}

run: {{ report.summary.run_id }}

{% endif %} {% if report.summary.cache %}

{{ report.summary.cache.executed }} executed this run, {{ report.summary.cache.cached }} served from cache (unchanged)

{% else %}

cache info not available for this report

{% endif %}