robospock / RoboSpock

A testing framework which brings powers of Spock and Groovy to Android app testing
http://robospock.org
MIT License
249 stars 44 forks source link

Allow specifying the manifest path and resource path via a system property #15

Closed esmasui closed 10 years ago

esmasui commented 10 years ago

gradle-android-test-plugin puts following paths to system properties.

see https://github.com/novoda/gradle-android-test-plugin/blob/master/gradle-android-test-plugin/src/main/groovy/com/novoda/gradle/test/VariationConfigurator.groovy#L73

wojtekerbetowski commented 10 years ago

I just released that PR as 0.4.1

esmasui commented 10 years ago

Thanks!