The properties file you enter must have a property called tests.
The tests property value is a JSON array that contains a JSON object for each test.
In each test object you need to specify it's attributes, by a key/value pairs.

The following properties will allow you to select specific fields which have a special meaning:
1.  enableField - the name of the field that will imply if the test is enabled or not.
if the value in the specified field, for some test(s), will be false then the test will not be shown at all.
2.  groupBy - the field that the plugin will group the tests by.
if 2 tests have the same value in this field, they will be in the same group.
3.  showFields - the field(s) that will be shown in the tests tree.
4.  multiplicityField - the field that will be set to the amount of times the test should run.
5.  fieldSeparator - the character that will separate between the fields in the tests tree.
Each propety must be defined either in the properties file or in the override section bellow.
If you want to chang the properties you defined In the file, you can override them in the section bellow.

This is an example for a properties file which contains all above properties:
tests=[{"enabled":true,"owner":"shushu","testgroup":"A","testcase":"single"},{"enabled":false,"owner":"shushu","testgroup":"B","setuptype":"basic","testcase":"triple"}]
enableField=enabled
groupBy=testgroup
fieldSeparator=.
showFields=testsuite,testcase
multiplicityField=multiplicity