This repository was archived by the owner on Dec 7, 2019. It is now read-only.

Description
Currently, old support packages are hardcoded
|
testPackageName = "android.support.test.orchestrator" |
|
testRunnerClass = "android.support.test.orchestrator.AndroidTestOrchestrator" |
|
"CLASSPATH=$(pm path android.support.test.services) app_process / android.support.test.services.shellexecutor.ShellMain " |
Here is the relevant documentation for androidX orchestrator: https://developer.android.com/training/testing/junit-runner#ato-command-line
Note: currently documentation has a typo. AndroidXTestOrchestrator does not exist and still is called androidx.test.orchestrator.AndroidTestOrchestrator without X.