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

Close tabs for successfully completed run configurations #8

Closed rkhmelyuk closed 11 years ago

rkhmelyuk commented 11 years ago

Another improvements related to running the multiple test configurations. As alternative to marking the tabs of failed configurations, there should be an option in Multirun that, if enabled, will allow to close the tabs for configurations that completed successfully.

For example, user starts the Multirun configuration with 10 tests, ie 10 tabs. 4 tests failed, other 6 were successfully. The idea behind the option, is to close 6 tabs for success jobs and left only 4 tabs for failed tests. So user can investigate the problem and fight with it.