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

autobahntestsuite.templates.index.html Maven / Gradle / Ivy

The newest version!
{% extends "base.html" %}
{% block inner %}

   

Testruns

{% for testrun in testruns %} {% endfor %}
Fuzzing Mode Case Set Spec Started Status Testees Tests  
{{ testrun.runMode }} {{ testrun.caseSetName }} {{ testrun.specName }} {{ testrun.started }} {% if testrun.ended %} Completed in {{ testrun.duration }} s. {% else %} Running since {{ testrun.duration }} s .. {% endif %} {{ testrun.testeeCount }} {% if testrun.testeeFailedCount > 0 %} ({{ testrun.testeeFailedCount }} failed) {% else %} (ok) {% endif %} {{ testrun.total }} {% if testrun.failed > 0 %} ({{ testrun.failed }} failed) {% else %} (ok) {% endif %} Goto test run

{% endblock %}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy