Better Automated TestRunner

Is there a a better TestRunner for automated execution and reporting?
Off the cuff, here would be some ideal features:
* nothing written to stdout/stderr
        * exit code indicates "all passed" or "not"
        * can produce 'reports' in text format, HTML, or XML
        * reports might be just a summary, a failure details or details for
all tests.

David

Is there a a better TestRunner for automated execution and reporting?
Off the cuff, here would be some ideal features:
* nothing written to stdout/stderr

Shell redirection can do this.

        * exit code indicates "all passed" or "not"

The console test runner can do that.

        * can produce 'reports' in text format, HTML, or XML

--verbose=verbose gives you nice text format output.

If that's not good enough, test/unit/ui/console/testrunner.rb is pretty darn simple.

        * reports might be just a summary, a failure details or details for
all tests.

See --verbose, most of these options are already covered for you.

PGP.sig (186 Bytes)

···

On 18 Feb 2005, at 05:06, David Corbin wrote:

--
Eric Hodel - drbrain@segment7.net - http://segment7.net
FEC2 57F1 D465 EB15 5D6E 7C11 332A 551C 796C 9F04