Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lovelysystems/robotframework-androidlibrary
Robot Framework Automation Library for Android
https://github.com/lovelysystems/robotframework-androidlibrary
Last synced: about 2 months ago
JSON representation
Robot Framework Automation Library for Android
- Host: GitHub
- URL: https://github.com/lovelysystems/robotframework-androidlibrary
- Owner: lovelysystems
- Archived: true
- Created: 2012-07-30T08:26:27.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-10-28T10:16:18.000Z (about 8 years ago)
- Last Synced: 2024-05-14T20:18:20.515Z (6 months ago)
- Language: Python
- Size: 1.68 MB
- Stars: 29
- Watchers: 21
- Forks: 22
- Open Issues: 21
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
- awesome-robotframework - Android Library - androidlibrary/AndroidLibrary.html)) Library for all your Android automation needs. It uses Calabash Android internally. (Libraries)
README
robotframework-androidlibrary
-----------------------------**robotframework-androidlibrary** is a `Robot Framework
`_ test library for all your Android
automation needs.It uses `Calabash Android `_ to
communicate with your instrumented Android application similar to how `Selenium
WebDriver `_ talks to your web
browser.Deprecation Warning
+++++++++++++++++++Lovely Systems does not not support this package anymore and
do not have any follow up package in the same area. If anyone is
interested to continue our efforts and would like to
manage the contributors in this open source project,
feel free to fork the package and give me a hint, so I can
create a link to your fork!best regards, Manfred (Github: schwendinger, schwendinger at lovelysystems.com)
Installation
++++++++++++To install, just fetch the latest version from PyPI::
pip install --upgrade robotframework-androidlibrary
Usage
+++++To use the library, import it at the beginning of a Robot Framework Test:
============ ================
Setting Value
============ ================
Library AndroidLibrary
============ ================Documentation
+++++++++++++The keyword documentation can be found at
Prepare your App
++++++++++++++++robotframework-androidlibrary uses calabash-android underneath. To install calabash-android (we've only tested this with v0.3.2 yet), use the following command::
gem install --version '= 0.4.18' calabash-android
To prepare your android app look at
License
+++++++robotframework is a port of the ruby-based `calabash-android` and therefore
licensed under the `Eclipse Public License (EPL) v1.0
`_Development by `Lovely Systems GmbH `_,
sponsored by `Axel Springer AG `_.