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.