All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pal.templates.pages.group.twig.html Maven / Gradle / Ivy

The newest version!
{% extends '../layout.twig.html' %}
{% block title %}Pal Test Results{% endblock %}
{% block body %}
{% if (group.hasErrors) %}class="red"{% else %}class="green"{% endif %}
{% endblock %}
{% block content %}

Statistics

Tests

{% for test in group.tests %} {% endfor %}
Name Status
{{ test.name }} {{ test.count('Passed') }} {{ test.count('Ignored') }} {{ test.count('Failed') }}
{% endblock %}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy