takimafr / androidkickstartr

AndroidKickstartR helps you to quickly create a well configured Android application using the most popular libraries. It creates and configures your project for you. Just focus on code!
http://androidkickstartr.com
Other
608 stars 116 forks source link

Run generated app after maven test #62

Closed ThomasFondrillon closed 11 years ago

ThomasFondrillon commented 11 years ago

Maven unit tests are really useful in this project because the generated app is deployed if a device is connected but we have to run the app manually for each test.

android:run allows to run the app automatically if it is deployed.

Quite useful :)