WebStorm 6.0.1 Web Help

At the WebStorm level, JavaScript browser-side unit testing is supported through the JSTestDriver plugin. This plugin does the following:

At the project level, JavaScript unit testing is supported through integration with JavaScript unit testing frameworks:

In this section:

To enable JavaScript unit testing in WebStorm

The JSTestDriver plugin comes bundled with WebStorm and is enabled by default.

To enable framework-specific JavaScript unit testing in a project
  1. Download the framework of your choice.
  2. Configure the downloaded framework as a WebStorm JavaScript library.
  3. Do one of the following:

See Also

Procedures:

Web Resources: