An open API service indexing awesome lists of open source software.

https://github.com/appium/droiddriver_examples


https://github.com/appium/droiddriver_examples

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# droiddriver_examples [![Build Status](https://team-appium.ci.cloudbees.com/buildStatus/icon?job=DroidDriver_Examples_OPE)](https://team-appium.ci.cloudbees.com/view/DroidDriver/job/DroidDriver_Examples_OPE/)

- The samples work with [Android Studio](docs/android_studio.md)
- [JavaDoc for droiddriver](http://appium.github.io/droiddriver/javadoc/)

#### Running tests from the command line

- Tests can be run from the command line using `./gradlew connectedCheck`
- To rebuild the app before testing use clean and assemble `./gradlew clean assemble connectedCheck`