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 with Coverage #37

Closed Donnerbart closed 3 years ago

Donnerbart commented 8 years ago

Hi,

I would like to use Multirun to start coverage tests for a large multi-module project with several hours of test runtime, so I can go away and leave it unattended. At the moment I have to start the tests for each module manually after each other.

Multirun would be a very good match, but I cannot start it with Coverage, just Run and Debug are available. Any chance to get this implemented?

rkhmelyuk commented 8 years ago

I need to check how to implement this. Don't think that would be much difference from Run/Debug runner action.