mkhan has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks,

I am using Selenium + Perl for one of my automation projects.
I noticed that Selenium has a rich GUI based reporting framework viz. TestNG. The problem is that it is for Java.

Is there an equivalent framework/tool to generate rich reports/stats/graphs of the passed/failed scripts in Perl? Any help is appreciated.

Replies are listed 'Best First'.
Re: Equivalent of TestNG in Perl?
by Corion (Patriarch) on Jun 27, 2011 at 21:13 UTC

    TAP::Formatter::HTML is likely close, but I also remember a more concise formatter for test suite runs which I can't find currently.

      Thanks Corion.
      Do let me know if you could find it. I'll be on the lookout.