|
{{ form.summary }}
{{ form.summary.errors }}
|
|
{{ form.product }} |
|
{{ form.product_version }}
{{ form.product_version.errors }}
Add Product Version
|
|
{{ form.build }}
{{ form.build.errors }}
Add Build
|
|
{{ form.manager }} {{ form.manager.errors }} |
|
{{ form.default_tester }} {{ form.default_tester.errors }} |
|
{{ form.auto_update_run_status }} {{ form.auto_update_run_status.help_text }} |
|
{{ form.estimated_time }}
{{ form.estimated_time.errors }}
|
|
{{ form.notes }} |
|
{% for env_group in test_plan.env_group.all %}
{% empty%}
Environment group must be set for this test plan ({{ test_plan.product.name }}:{{ test_plan.product_version.value }}:{{ test_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_plan.author.email }}
{% endfor %}
|