Skip to content

shipio/AndroidGradleStarter

 
 

Repository files navigation

Android Gradle Studio

Build Status

A sample android starter project to demonstrate the integration of the following tools:

  • Automation: Gradle
  • Testing: Android Testing Framework, Robotium, Roboelectric (JUnit, Android)
  • Continuous Integration: TravisCI

Sample Tasks

  • adding testing-only project dependencies
  • using square spoon to run integraton tests
  • writing android tests with robotium
  • writing junit tests with robolectric
  • android tests can be run with only Robotium use "gradle connectedAndroidTest"
  • Android tests can be run with Robotium and Spoon "gradle spoon"
  • Robolectric junit tests can be run with "gradle clean test"

About

Android Gradle Starter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 90.3%
  • Shell 9.7%