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 specify classes to run #181

Open iammini5 opened 4 years ago

iammini5 commented 4 years ago

Is it possible to add parameters to support running some specified test classes instead of whole test packages

trevjonez commented 4 years ago

you can specify it via extra arguments that the test runner will pickup and filter with. https://developer.android.com/reference/androidx/test/runner/AndroidJUnitRunner

https://github.com/gojuno/composer#optional