Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lovelysystems/robotframework-ioslibrary
Robot Framework Automation Library for iOS
https://github.com/lovelysystems/robotframework-ioslibrary
Last synced: about 2 months ago
JSON representation
Robot Framework Automation Library for iOS
- Host: GitHub
- URL: https://github.com/lovelysystems/robotframework-ioslibrary
- Owner: lovelysystems
- Archived: true
- Created: 2012-07-25T11:08:56.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-11-19T13:31:47.000Z (almost 9 years ago)
- Last Synced: 2024-05-15T19:38:52.379Z (6 months ago)
- Language: Python
- Size: 460 KB
- Stars: 53
- Watchers: 27
- Forks: 15
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
Awesome Lists containing this project
- awesome-robotframework - iOS Library
README
=========================
robotframework-ioslibrary
=========================**robotframework-ioslibrary** is a `Robot Framework
`_ test library for all your iOS
automation needs.It uses `Calabash iOS Server
`_ to communicate with your
instrumented iOS 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-ioslibrary
Prepare your iOS app
++++++++++++++++++++To prepare your iOS app look at
Install Waxsim
++++++++++++++To get full simulator support, e.g.: for testing in app purchases
you have to install waxsim.Download the source from::
https://github.com/jonathanpenn/WaxSim/tarball/93d4dd1d137609eb2dd7dd97161d8b7d7b8267e9
change into the directory and build it with::
xcodebuild
Then add the binary to your path
Simulator Reset
+++++++++++++++To use `Reset Simultor` enable:
System preferences -> Accesability -> Enable access for Assisted devices
Usage
+++++API documentation can be found at
`http://lovelysystems.github.com/robotframework-ioslibrary/IOSLibrary.html
`_,
here is an example on how to use it:============ ================
Setting Value
============ ================
Library IOSLibrary
============ ================\
============ ================================= =================================== ========== ========================
Test Case Action Argument Argument Argument
============ ================================= =================================== ========== ========================
Example
\ [Documentation] Starts the iOS Simulator and swipes
\ Set Device URL localhost:37265
\ Start Simulator
\ Wait Until Keyword Succeeds 1 minute 5 seconds Is Device Available
\ Swipe right
\ Rotate left
\ Screen Should Contain Hello World
============ ================================= =================================== ========== ========================License
+++++++robotframework is a port of the ruby-based `calabash-ios` and therefore
licensed under the `Eclipse Public License (EPL) v1.0
`_Development by `Lovely Systems GmbH `_,
sponsored by `Axel Springer AG `_.