Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to enable the Single Instance Only option by default on IntelliJ run/debug configs?

How to enable the Single Instance Only option by default on IntelliJ run/debug configs?

I run several Cucumber Java scenarios by right-click on the scenario on the editor and a new Run/Debug Config is created automatically. I would like to create these configs with the Single Instance Only enabled by default.

like image 270
Eduardo Avatar asked Sep 17 '15 14:09

Eduardo


People also ask

How do I get to the run debug configuration in IntelliJ?

From the main menu, select Run | Edit Configurations. Alternatively, press Alt+Shift+F10 , then 0 . on the toolbar or press Alt+Insert . The list shows the run/debug configuration templates.

How do I run a single test case in IntelliJ?

Right-click a test on the Test Runner tab of the Run tool window and select Run 'test name'.


1 Answers

Not possible at the moment, I'm afraid. Please vote for the feature request.

like image 79
Bas Leijdekkers Avatar answered Oct 19 '22 17:10

Bas Leijdekkers