Is it possible to define a launch configuration in Android Studio that runs unit tests of more than one specific module?
I have many modules in my application, and I want to test everything with just one command, without starting each configuration file of each module.
source
share