{% extends "base.html" %} {% block inner %}
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 |