{% extends '../layout.twig.html' %} {% block title %}Pal Test Results{% endblock %} {% block body %} {% if (test.hasErrors) %}class="red"{% else %}class="green"{% endif %} {% endblock %} {% block content %}
| Name | Time | Status | {% for scenario in test.scenarios %}
|---|---|---|
| {{ scenario.name }} | {{ scenario.time }} | {{ scenario.status }} |