I am using Simpletest as my unit test framework for the PHP site I am currently working on. I like the fact that it is shipped with a simple HTML reporter, but I would like a bit more advanced reporter.
I have read at the reporter api documentation, but it would be nice to be able to use an existing reporter, instead of having to do it yourself.
Are there any good extended HTML reporters/GUI:s out there for Simpletest?
Tips on GUI:s for PHPUnit would also be appreciated, but my main focus is Simpletest, for this project. I have tried Cool PHPUnit Test Runner, but was not convinced.