Skip to content

DhiaEddineSaidi/robotfrmework-sofrecomappiumlibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SofrecomAppium library for RobotFramework

Introduction

SofrecomAppiumLibrary is an appium testing library for RobotFramework.

It uses Appium (version 1.x) to communicate with Android and iOS application similar to how Selenium WebDriver talks to web browser.

SofrecomAppiumLibrary is modeled after (and forked from) AppiumLibrary, It support Python 2.x only.

Installation

Using pip

The recommended installation method is using pip:

pip install robotframework-sofrecomappiumlibrary

Using setup.py

setup.py

git clone https://github.com/DhiaEddineSaidi/robotfrmework-sofrecomappiumlibrary
cd robotframework-sofrecomappiumlibrary
python setup.py install

Directory Layout

demo/
A simple demonstration, with an Android application and RF test suite
doc/
Keyword documentation
src/
Python source code

Usage

To write tests with Robot Framework and SofrecomAppiumLibrary, SofrecomAppiumLibrary must be imported into your RF test suite. See Robot Framework User Guide for more information.

As it uses Appium make sure your Appium server is up and running. For how to use Appium please refer to Appium Documentation

Documentation

The keyword documentation could be found at Keyword Documentation

Contributing

Fork the project, make a change, and send a pull request!

Project Contributors

Latest PyPI version https://travis-ci.org/DhiaEddineSaidi/robotfrmework-sofrecomappiumlibrary.svg?branch=master Number of PyPI downloads

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published