Hi, I want to build all of the instrumented test cases into a single test APK.
To be specific, I do not want so many different modules test and I want all of these modules tests are built into a single APK.
After that, I can execute all of these tests by simple executing instrument am command.
Does this test build idea can be implemented?
Thanks,
Pei