Sunday, 25 August 2013

JS code coverage tool

JS code coverage tool

I have checked a lot of code coverage tools but none of them do not meet
my needs. What i need is just a code coverage tools which will save a
report of code coverage of my tests. It can't be as plugin to IDE and it
cna't be as application (like istanbul). It would be the best if it is
just a script which i would have to include to my tests. Tests are
executed in testkit and it can't be changed.
Tools which was closest to my expectations is JSCoverage, but there is one
problem - to store a report it has to be run as jscoverage-server and i
can't do this, because of some limitations.

No comments:

Post a Comment