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

pal.templates.pages.index.bak.twig.html Maven / Gradle / Ivy

The newest version!
{% extends '../layout.twig.html' %}
{% block title %}Pal Test Results{% endblock %}
{% block content %}

Statistics

Executed Tests

{% for scenario in scenarios %} {% endfor %}
Result Name Scenario Count
{{ scenario.status.name }} {{ scenario.name }} {{ scenario.size }}
{% endblock %}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy