@WebStormIDE Is there anyway to setup webstorm to not create a run configuration for each test we run or debug from the IDE? If not, should those test run configurations be able to inherit from one of the higher level run configurations?
As for your second question, you can modify the default run configuration template for your tests by including custom parameters in it. For this, go to Run | Edit Configurations from the main menu and make changes to the template in question. More info: http://jetbrains.com/help/webstorm/changing-default-run-debug-configurations.html#change-template ….
icon next to them? You can use a specific run configuration for your tests by selecting it from the menu with run configurations (see