gojuno / composer

Reactive Android Instrumentation Test Runner. Archived. Marathon is recommended as an alternative (https://github.com/Malinskiy/marathon).
Apache License 2.0
546 stars 45 forks source link

Support for androidX orchestrator #166

Closed plastiv closed 5 years ago

plastiv commented 5 years ago

Currently, old support packages are hardcoded

https://github.com/gojuno/composer/blob/984b64f011727432443caf8862a841f372b1ea68/composer/src/main/kotlin/com/gojuno/composer/Main.kt#L131-L132

https://github.com/gojuno/composer/blob/d200b1c8c5a55150e8e332f786986ea366321b03/composer/src/main/kotlin/com/gojuno/composer/TestRun.kt#L55

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.