Hi,
I have a requirement where i have to give permission to the App to perform testing.
So I’m trying to follow this approach:
- Generate Application and test apk with assembleAndroidTest
- Install the Application with adb install -g App.apk
- Install test Apk
- Run the TCs.
now i have problem with step 4.
Is there any gradle command to run the androidTests after installing application and test APKs ?