in reply to Re^2: Equivalent of TestNG in Perl?
in thread Equivalent of TestNG in Perl?

Generate HTML reports from unit test results points to Test::TAP::HTMLMatrix. I don't know if this example is recent. The author recommends the other module, TAP::Formatter::HTML.

Replies are listed 'Best First'.
Re^4: Equivalent of TestNG in Perl?
by mkhan (Sexton) on Jun 28, 2011 at 08:54 UTC
    Thanks Corion.
    TAP::Formatter::HTML worked wonders for me.
    Very close to what I was looking for and I'm satisfied.
    Cheers to you =)