The JSTestDriver plugin comes bundled with WebStorm and is enabled by default.
- To activate the JSTestDriver plugin if it is inactive, open the WebStorm settings, and in the in the Plugins page select the Enable check box next to the plugin.
- Download the framework of your choice.
- Configure the downloaded framework as a WebStorm JavaScript library.
-
Do one of the following:
- Add the project folder to the library scope.
- Enable the framework support on-the-fly during test creation. Write the test as required, position the cursor at it, and press Alt+EnterAlt+Enter. Then choose the Add <test framework> support intention action from the list.

framework.
The framework libraries are bundled with the JSTestDriver plugin.