Skip to content

billmeyer/rdc-getting-started-ios

Repository files navigation

rdc-getting-started-ios

Demonstrates running Appium tests with the TestNG testing framework on Sauce Labs across multiple mobile device combinations in parallel.

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

  2. Set Environment Variables

    These environment variables are used for uploading apps to Sauce Storage as well as test execution:

    • SAUCE_USERNAME
    • SAUCE_ACCESS_KEY

    These can be found by visiting https://app.saucelabs.com/user-settings and grabbing the values from the USER NAME and Access Key fields.

  3. Upload App to Sauce Storage

    With the environment variables set, upload the app binary to Sauce Storage:

     ./push-to-sauce-storage.sh
    

    The file will be cached on Sauce Storage for 7 days from the upload.

  4. Project Dependencies

    • Check that Packages are available

        $ mvn test-compile
      
    • You may also want to run the command below to check for outdated dependencies. Please be sure to verify and review updates before editing your pom.xml file. The updated packages may or may not be compatible with your code.

        $ mvn versions:display-dependency-updates
      

Running Tests

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published