IntelliJ IDEA 12.1.0 Web Help

At the IntelliJ IDEA 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 IntelliJ IDEA
  1. Download and install the JSTestDriver repository plugin from the JetBrains default repository.
  2. Enable the JSTestDriver plugin.
  3. Restart IntelliJ IDEA for the changes to take effect.
To enable framework-specific JavaScript unit testing in a project
  1. Download the framework of your choice.
  2. Configure the downloaded framework as a IntelliJ IDEA JavaScript library.
  3. Do one of the following:

See Also

Procedures:

Web Resources:

Testing Support: