WebStorm 2021.2 Help

Run/Debug Configuration: Compound

Run | Edit Configurations | Add New Configuration | Compound

Use this dialog to create configurations containing multiple run/debug configurations that you can launch at once. This is useful, for example, if you want to launch various automated tasks or test suits. Each configuration will be available in a separate tab in the Run or Debug tool window.

ws_run_config_compound_separate_tabs.png

Click Add to select which of the existing configurations you want to include into the Compound configuration, and fill in the following fields:

Item

Description

Name

Specify a name for the run/debug configuration to quickly identify it when editing or running the configuration, for example, from the Run popup Alt+Shift+F10.

Store as project file

Save the file with the run configuration settings to share it with other team members. The default location is .idea/runConfigurations. However, if you do not want to share the .idea directory, you can save the configuration to any other directory within the project.

By default, it is disabled, and WebStorm stores run configuration settings in .idea/workspace.xml.

Last modified: 25 November 2021