Can I configure to test Android on multiple modules?

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.

+4
source share

Source: https://habr.com/ru/post/1652380/


All Articles