A filter matches test runs by a number of criteria.

{{ form.non_field_errors }}
Metadata:
{{ form.name.errors }} {{ form.name.label_tag }}: {{ form.name }}
{{ form.name.help_text|safe }}
{{ form.public.errors }} {{ form.public }}{{ form.public.label_tag }}
{{ form.public.help_text|safe }}
{{ form.bundle_streams.label_tag }}:
{{ form.bundle_streams.errors }}
{{ form.bundle_streams }}
{{ form.bundle_streams.help_text|safe }}
Attributes:
{% for attr in form.attributes %} {% endfor %}
Name Value
remove
Add a required attribute

A filter can be limited to test runs with particular values for particular attributes.
Test and test case:
{{ form.test.errors }} {{ form.test_case.errors }} {{ form.test }} {{ form.test_case }}
A filter can optionally be restricted to a particular test, or even a test case within a test.