From: Bill Guindon Date: 2004-08-30T07:16:26+09:00 Subject: Re: [ANN] Test/Unit Reporter 0.1.0 On Mon, 30 Aug 2004 03:25:47 +0900, Alexey Verkhovsky wrote: > Test/Unit Reporter publishes results of test/unit test suite execution > in HTML and other formats. > > Current implementation includes two formatters: > * HTML formatter produces an HTML report. Sample report for Rake unit tests can be seen here: http://test-report.rubyforge.org/rake-report/index.html > > * XML formatter formats test suite results in an XML file, using the > same format as Ant junit task. This output then can be passed to Ant > junitreport task to produce an HTML report, or otherwise > analyzed/processed with an XML parser. > > You can download Test/Unit Reporter from > http://rubyforge.org/projects/test-report/ > > Hopefully some people will find it useful. Very nice! I'm just starting to play with Test::Unit, and this'll be a nice addition to my toolkit. I've never set up a test suite before, but I managed to figure it out, and it looks great. btw... seems you left out a require on the mini-doc page: require 'test/unit/ui/console/testrunner' -- Bill Guindon (aka aGorilla)