Skip to content

llaskin/Python-Robot-Appium-Android-Applitools

 
 

Repository files navigation

Python-Robot-Appium-Android

This code is provided on an "AS-IS” basis without warranty of any kind, either express or implied, including without limitation any implied warranties of condition, uninterrupted use, merchantability, fitness for a particular purpose, or non-infringement. Your tests and testing environments may require you to modify this framework. Issues regarding this framework should be submitted through GitHub. For questions regarding Sauce Labs integration, please see the Sauce Labs documentation at https://wiki.saucelabs.com/. This framework is not maintained by Sauce Labs Support.

Environment Setup

  1. Global Dependencies

    $ brew install python
    
    • Install pip to install packages
  2. Sauce Credentials

    • In the terminal export your Sauce Labs Credentials as environmental variables:
    $ export SAUCE_USERNAME=<your Sauce Labs username>
    $ export SAUCE_ACCESS_KEY=<your Sauce Labs access key>
    
  3. Project Dependencies

    • Install packages (Use sudo if necessary)
    $ pip install sauceclient robotframework robotframework-appiumlibrary robotframework-selenium2library eyes-selenium --ignore-installed
    

Running Tests

Tests in Parallel: $ make run_all_in_parallel

Sauce Labs Dashboard

Resources

  • A great resource to search for issues not explicitly covered by documentation.

Known Issues

We do not recommend using xpath to locate elements.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 92.7%
  • Python 6.8%
  • Other 0.5%