{% extends "insanityweb/base.html" %} {% block title %} Insanity QA system - Start / Stop Test {% endblock %} {% block content %}

Run / View Current Test Run

{% if tests_running %} Running {{ test }} in {{ folder }}: {{ progress }}% done.

{% else %} No tests are running.

Create new test

in
{% endif %}

{% if tests_running %} {% endif %} {% endblock %}