https://github.com/appium/droiddriver_examples
https://github.com/appium/droiddriver_examples
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/appium/droiddriver_examples
- Owner: appium
- Created: 2015-01-29T17:50:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-05T04:38:39.000Z (over 11 years ago)
- Last Synced: 2025-04-19T10:56:26.129Z (about 1 year ago)
- Language: Java
- Size: 1.7 MB
- Stars: 6
- Watchers: 19
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# droiddriver_examples [](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`