Test::Unit runner for HTML output

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

···

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.)

How i install ruby at Ubuntu and like i use apache as ruby?

···

2006/11/12, Tim Pease <tim.pease@gmail.com>:

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

There is also Tesly Jr.: http://junior.tesly.com/

···

On Nov 12, 2006, at 2:32 PM, Tim Pease wrote:

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

my msn is mivalecita2006@hotmail.com

···

2006/11/13, juan pedro meriño <juapdiaz@gmail.com>:

How i install ruby at Ubuntu and like i use apache as ruby?

2006/11/12, Tim Pease <tim.pease@gmail.com>:
>
> 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
>

test-report is a gem. You can install it using this command ...

gem install -r test-report

You might have to run that as root depending upon how your gems are configured.

test-report will generate static HTML pages. If you want those pages
to be viewable from an apache web server, then you will need to copy
the HTML pages to your web folder.

Blessings,
TwP

···

On 11/12/06, juan pedro meriño <juapdiaz@gmail.com> wrote:

my msn is mivalecita2006@hotmail.com

2006/11/13, juan pedro meriño <juapdiaz@gmail.com>:
>
> How i install ruby at Ubuntu and like i use apache as ruby?
>