composer icon indicating copy to clipboard operation
composer copied to clipboard

support specify classes to run

Open iammini5 opened this issue 6 years ago • 1 comments

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

iammini5 avatar Dec 02 '19 10:12 iammini5

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

trevjonez avatar Dec 02 '19 16:12 trevjonez