Selendroid is a test automation framework which drives of the UI of Android native and hybrid applications (apps) and the mobile web with Selendroid. Tests are written using the Selenium 2 client API and for testing the application under test must not be modified.
Selendroid can be used on emulators and real devices and can be integrated as a node into the Selenium Grid for scaling and parallel testing.
Check out our documentation.
We have documented Selendroid's Architecture and all the small tricks you need to know when contributing to selendroid you find in our wiki. Also confirm you have signed the CLA when making a Pull Request.
You can find the current version in Maven central and the latest snapshot version here: https://oss.sonatype.org/content/repositories/snapshots/
- Install third party artifacts to local .m2 repo by executing:
$ third-party/mvnInstall.sh
- Run
mvn clean compile package