Posted by Rok Žlender on July 8, 2006 at 1:05pm
Here are short instrucions on how to use this module.
- Install this moduel. When this module will be used in production it will probably installed on two different servers for testing purposes it can be used even on one drupal installation.
- Settings: modify automatic testing server url value, set same password on both servers if you will use only one drupal installation you set the password only once. If you will use two servers you can disable testing functionality on the one that will be used only to submit patches. Also nodeapi hook can be disabeled
- On the server some values in test_it.php needs to be changed:
- $db_user: user name of a user that has permissions to create new database
- $db_pass: password for this user
- $install_dir: a directory on the server that will be used to store test instances apache must have permission to write in this directory and it has to be accesible by web
- $test_server_url: url of previous directory
This is about it. If someone has any questions or sth is not clear enough please let me know.

Comments
I have added settings that
I have added settings that were previously set in test_it.php to simpletestauto module settings page now there is no need to set anything in test_it.php
New instructions
Above instructions are a bit outdated please go to http://groups.drupal.org/node/1230 for more up to date one