I am using Ruby unit testing successfully. But what I need is to enable
the “HTML report generation” that is supported by most junit
implementations.
Allen Smith wrote:
I am using Ruby unit testing successfully. But what I need is to enable
the “HTML report generation” that is supported by most junit
implementations.
I know RSpec will do this (see the command-line options), but I don’t
know if Test::Unit will. What test library are you using?
Best,
Marnen Laibow-Koser
http://www.marnen.org
[email protected]
On Fri, Nov 13, 2009 at 10:21 PM, Marnen Laibow-Koser
[email protected]wrote:
Allen Smith wrote:
I am using Ruby unit testing successfully. But what I need is to enable
the “HTML report generation” that is supported by most junit
implementations.I know RSpec will do this (see the command-line options), but I don’t
know if Test::Unit will. What test library are you using?
There are some external github projects that add effective reporting to
Test::Unit tests.