0 Replies Latest reply on Apr 22, 2013 11:43 AM by kpiwko

    Arquillian QUnit extension addon for measuring code coverage

    kpiwko

      Hi,

       

      I'm thinking of adding JSCover http://tntim96.github.io/JSCover/ into our QUnit extension.

       

      When enabled, it can instrument JavaScript (namely QUnit) code and use already prepared infrastructure (Drone, AS, Phanthom JS) to measure code coverage as a out of the box experience.

       

      However, I'm a bit confused about licensing. Arquillian QUnit is ASL, however JSCover is GPLv2. JSCover would aditionally need a build script rewrite - e.g. using Maven instead of Ant, but that's an easy step.

       

      What do you think of such integration? Would you find it handy? Or any other JavaScript coverage tool you would recommend?

       

      And any tips how to combine ASL and GPLv2 bits together? I can think of using our emerging native bits extension as a last resort solution.

       

      Thanks,

       

      Karel