{% extends "base.html" %}{% from "_macros.html" import run_pill %} {% block title %}Scenarios{% endblock %} {% block main %}
| {{ s.name }} {{ s.id }} {{ s.description }}
{% for t in s.tags %}{{ t }} {% endfor %}{{ s.steps }} steps |
| {{ r.scenario }} {{ r.id }} | {{ r.peer }} | {{ run_pill(r.status) }} | {% for k, v in r.summary.items() %}{{ k }}:{{ v }} {% endfor %} |
| No runs yet. |