trevjonez / composer-gradle-plugin

Gradle task type and plugin for interacting with https://github.com/gojuno/composer
Apache License 2.0
53 stars 18 forks source link

Support for --test-runner #75

Open eXaLy opened 4 years ago

eXaLy commented 4 years ago

By supporting this parameter, I can define my test runner class as well, instead of the APK default. (See: https://github.com/gojuno/composer)

trevjonez commented 4 years ago

This should be pretty simple to add if someone wants to grab it. lets just be sure to update tests to cover it.

Also if anyone decides to pickup the work please leave a note here when you start so we don't duplicate effort.