On 11/12/06, S. Robert James <srobertjames / gmail.com> wrote: > Is there a Test::Unit runner for HTML output? I'd like to keep this > available on an internal Continuos Integration web page. > > (Ideally, I'd like to be able to tell the rake test tasks to use HTML > output to a certain file, in addition to the standard stdout text > output.) > Take a look at test-report. http://test-report.rubyforge.org/ Should do exactly what you are asking for. Blessings, TwP