...
A test setup is generally packaged as a ZIP file. This package must contain a Makefile
and a test.properties
file, as well as the test scripts and any support files.
Here is an example test.properties
file:
Further examples of minimal setup files can be found in the following git repo:
...