Configuration Tab
In this tab, specify the tests to run, the configuration files to use, and the server to run the tests against.
Test
In this area, tell PhpStorm where to find the tests to execute and how to get test runner configuration files
that define which test files to load and in which order. The main approaches are:
- Specify the location of one or several previously created configuration files.
- Point at the target test file, test case, or test method, and then specify the location of the corresponding configuration file.
| Item | Description | Available for |
|---|---|---|
| Test |
In this drop-down list, specify how PhpStorm will get test runner configuration files.
| |
| Directory |
In this text box, specify the folder to look for test runner configuration files in.
Type the path manually or click the Browse button
and select the required folder in the dialog box, that opens.
| All configuration files in directory |
| Matched configuration files | This read-only field shows a list of all the *jstd and JSTestDriver.conf test runner configuration files detected in the specified folder. | All configuration files in directory |
| Configuration file |
In this text box, specify the test runner configuration file to use.
Type the path manually or click the Browse button
and select the required file in the dialog box that opens.
| Configuration file |
| JS test file |
In this text box, specify the JavaScript files with tests to be executed.
Type the path manually or click the Browse button
and select the required file in the dialog box, that opens.
|
JavaScript test file Case Method |
| Case | In this text box, type the name of the target case from the specified JavaScript file. |
Case Method |
| Method | In this text box, type the name of the target method from the specified test case within the specified JavaScript file. | Method |
Server
In this area, appoint the test server to run tests against.
| Item | Description |
|---|---|
| At address | Choose this option to have the test execution handles by a remote test server. In the text box, specify the URL address to access the server through. |
| Running in IDE | Choose this option to have test execution handles through the JSTestDriver server that comes bundled with PhpStorm and can be launched from it. |
| Test Connection |
Click this button to check that the specified test server is accessible.
Note The server must be running. Start the server from PhpStorm or manually, according to the server-specific instructions. |
Debug Tab
In this tab, appoint the browser to debug the unit test in when two or more browsers are captured simultaneously.
| Item | Description |
|---|---|
| Debug |
From this drop-down list, choose the browser to debug the specified tests in when two browsers are captured at a time. The available options are:
|
Coverage Tab
In this tab, specify the files that you do not want to be involved in coverage analysis.
| Item | Description |
|---|---|
| Exclude file path |
In this area, create a list of files to be skipped during coverage analysis.
|
Toolbar
| Item | Keyboard shortcut | Description |
|---|---|---|
| Alt+InsertAlt+InsertAlt+InsertAlt+InsertAlt+InsertAlt+InsertAlt+Insert or Ctrl+NAlt+InsertControl N or Control EnterControl N or Control EnterMeta N or Control Enter | Click this button to add new configuration to the list. |
| DeleteDeleteDeleteDeleteDelete or Ctrl+DDeleteDeleteDeleteDeleteDeleteDelete or Backspace | Click this button to remove the selected configuration from the list. |
| Ctrl+DCtrl+DCtrl+DCtrl+DMeta+DCtrl+DCtrl+D, Ctrl+Shift+Down or Ctrl+Shift+UpCtrl+DMeta DMeta DMeta D | Click this button to create a copy of the selected configuration. |
| Edit Defaults | Click this button to edit the default configuration templates. The defaults are used for the newly created configurations. |
|
UpUpUpUpUp or Ctrl+PUpUpUpUpUpUp or Control P
DownDownDownDownDown or Ctrl+NDownDownDownDownDownDown or Control N | Use these buttons to move the selected configuration up and down in the list. The order of configurations in the list defines the order, in which configurations appear in the Run/Debug drop-down list on the main toolbar. |
Common options
| Item | Description | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Defaults | This node in the left-hand pane of the dialog box contains the default run/debug configuration settings. Select the desired configuration to change its default settings in the right-hand pane. The defaults are applied to all newly created run/debug configurations. | |||||||||||||||||||||
| Temporary configurations limit | Specify here the maximum number of temporary configurations to be stored and shown in the Select Run/Debug Configuration drop-down list. | |||||||||||||||||||||
| Before launch | Specify which tasks should be carried out before starting the run/debug configuration.
The specified tasks are performed in the order that they appear in the list.
|

and select the required folder in the dialog box, that opens.
and choose the required file in the
.
