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
93 stars 27 forks source link

Doesn't appear to be any way to sequentially run configs? #63

Closed ultrapingu closed 3 years ago

ultrapingu commented 6 years ago

Am I right in thinking that there isn't any way to have the next config wait for the previous config to finish before it runs?

serragnoli commented 5 years ago

I'm curious about it as well. It seems there is no way.

rkhmelyuk commented 5 years ago

There is a "Start configurations one by one". Just checked and it seems to have a bug: I have to uncheck this option to get the desired behavior. Not sure what causing this bug, but I suggest you to play with that checkbox.

During my experiment, I've unchecked all other checkboxes, but you can play with them as well.

rkhmelyuk commented 3 years ago

This one should be working starting version 1.11. Just check "Start configurations one by one" and use negative delay. Multirun in this case will run each configuration one by one sequentially.