Tonight I made a new release of SuiteRunner. This release accompanies the article, Drive Your Unit Tests with Custom Scripts, which explains how to override execute method to execute tests in custom ways. The 1.0beta6 release includes a new example, described in the article, that reads in test commands from a script and executes them.
In this release, I have also modified and clarified the behavior of the executeTestMethods method. tearDownFixture now executes if setUpFixture returns normally, regardless of whether or not the test method throws an exception.