{% extends "demo/base.html" %} {% block title %}Scenario: {{ key }} — KarmaSakshi sandbox{% endblock %} {% block content %}

← back to all scenarios

{% if run %}

{{ run.title }}

{% if run.passed %}behaved as expected {% else %}unexpected result — see steps below{% endif %}

{% for step in run.steps %}
{{ step.label }} — {{ step.detail }}
{% endfor %}
{% else %}

Scenario not yet run

{% endif %}
{% endblock %}