{% extends "tcms_base.html" %} {% load static %} {% block subtitle %}{{ test_run.summary }}{% endblock %} {% block custom_stylesheet %} {% endblock %} {% block custom_javascript %} {% endblock %} {% block content_type %} {% endblock %} {% block contents %}
Home {% if request.GET.from_plan %} >> Planning >> Test Plan :{{ test_run.plan.plan_id }}: {{ test_run.plan }} {% else %} >> Test Runs {% endif %} >> {{ test_run.run_id }}: {{ test_run }} >>Edit

Edit Test Run

{% csrf_token %}
{% if test_run.manager == user %} {% else %} {% if test_run.plan.author == user %} {% else %} {% endif %} {% endif %}
{{ form.summary }} {{ form.summary.errors }}
{{ test_run.plan }}
{{ form.product }}
{{ form.product_version }} Add Product Version
{{ form.build }} Add Build
{{ form.manager }} {{ form.manager.errors }}{{ form.manager }} {{ form.manager.errors }} {{ test_run.manager }}
{{ form.default_tester }}{{ form.default_tester.errors }}
{{ form.estimated_time }}
{{ test_run.start_date }}
{{ test_run.stop_date }}
    {% for value in test_run.value.all %}
  • {% empty %}

    Environment group must be set for this test plan ({{ test_run.plan.product }}: {{ test_run.product_version }}: {{ test_run.plan }} ) before you will be able to select environments for this test run.If you do not have permission to edit this plan, please contact the author of this plan, mailto {{ test_run.plan.author.email }}

    {% endfor %}
{{ form.notes }}{{ form.notes.errors }}
{{ form.finished }} Check to finish this test run directly.
{{ form.auto_update_run_status }} {{ form.auto_update_run_status.help_text }}
{{ form.errors }}
{% endblock %}