rkhmelyuk / multirun

IntellijIDEA plugin to group and run multiple Run Configurations in a single click
http://plugins.jetbrains.com/plugin/7248
Apache License 2.0
94 stars 27 forks source link

Run highlighted tests in a test class #84

Open boardtc opened 3 years ago

boardtc commented 3 years ago

Let's say I have 5 tests (methods) in a test class, I would like to be able to select 2 and right click and run just those 2 in the same way as you can run 1 individual.

Can you add this?