I have a web application with lots of tests. I am currently only using Devel::Cover for coverage reports of my unit tests, but would also like coverage reports of my front-end Selenium tests.
I have tried 'use Devel::Cover' in my app psgi startup file. This creates the cover_db directory, but it remains empty while running my Selenium tests.
I would appreciate any pointers.
Have you tried using Plack::Middleware::Profiler::NYTProf
From the synopsis