I'm using Play Framework 2.2.x and am having trouble getting JavaScript code coverage of my functional tests with Fluentlenium. I need an sbt plugin for Play that enables getting JavaScript code coverage for functional tests (Selenium,Fluentlenium...)
I was told to use JSCover, but that is a very loosely-coupled solution that will require a lot of time to integrate into my current project.
Is there a plugin that uses the JSCover library that'd be compatible with Play 2.2.x?