composer
composer copied to clipboard
support specify classes to run
Is it possible to add parameters to support running some specified test classes instead of whole test packages
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