Code Coverage for JavaScript Unit Testing
Tuesday, April 17th, 2012This is a cross-post from WebStorm & PhpStorm blog, originally posted by Sergey Simonchik.
Measuring JavaScript code coverage naturally complements unit testing. It provides a clear picture of which parts of your code remain untested, and helps you focus additional tests on the uncovered code.
From now on, users of JsTestDriver can measure code coverage visually, right in the editor with JsTestDriver plugin for IntelliJ IDEA. Make sure you have installed 11.1.2 EAP with the latest version of the plugin. (more…)















