Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/selendroid/selendroid
"Selenium for Android" (Test automate native or hybrid Android apps and the mobile web with Selendroid.) Join us on IRC #selendroid on freenode. Also confirm you have signed the CLA http://goo.gl/pAvxEI when making a Pull Request.
https://github.com/selendroid/selendroid
android end-to-end-testing mobile-development mobile-testing selendroid selenium webdriver
Last synced: 28 days ago
JSON representation
"Selenium for Android" (Test automate native or hybrid Android apps and the mobile web with Selendroid.) Join us on IRC #selendroid on freenode. Also confirm you have signed the CLA http://goo.gl/pAvxEI when making a Pull Request.
- Host: GitHub
- URL: https://github.com/selendroid/selendroid
- Owner: selendroid
- License: apache-2.0
- Created: 2013-01-06T08:29:32.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T17:00:21.000Z (over 3 years ago)
- Last Synced: 2024-09-29T02:01:29.946Z (about 1 month ago)
- Topics: android, end-to-end-testing, mobile-development, mobile-testing, selendroid, selenium, webdriver
- Language: Java
- Homepage: http://selendroid.io
- Size: 15 MB
- Stars: 887
- Watchers: 121
- Forks: 435
- Open Issues: 154
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
Awesome Lists containing this project
- awesome-android-testing - Selendroid
README
Selendroid
==========[![Build Status](https://travis-ci.org/selendroid/selendroid.svg?branch=master)](https://travis-ci.org/selendroid/selendroid)
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.
You want more details?
----------------------Check out our [documentation](http://selendroid.io).
Contributing
------------
We have [documented Selendroid's Architecture](http://selendroid.io/architecture.html) and all the small tricks you need to know when contributing to selendroid you find in our [wiki](https://github.com/selendroid/selendroid/wiki).
Also confirm you have signed the [CLA](http://goo.gl/pAvxEI) when making a Pull Request.Maven Artifacts
---------------You can find the current version in Maven central.
Building
--------1. Run ```gradle clean build```
License
-----------
[The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)