This code is presented as an example only, since your tests and testing environments may require specialized scripting. This information should be taken only as an illustration of how one would set up tests with Sauce Labs, and any modifications will not be supported. For questions regarding Sauce Labs integration, please see our documentation at https://wiki.saucelabs.com/.
- Global Dependencies
- Install Maven https://maven.apache.org/install.html
- Or Install Maven with Homebrew http://brew.sh/
$ brew install maven - TestObject
- Add your TestObject API Key and Appium version you would like to run against
$ export TESTOBJECT_API_KEY=<your project's api key> $ export APPIUM_URL=<your preferred appium endpoint URL>
* Note: Makefile needs to be updated if you wish to run on more than 2 devices at once.
to run: make run_all_in_parallel
- It may be useful to use a Java IDE such as IntelliJ or Eclipse to help troubleshoot potential issues.
- A great resource to search for issues not explicitly covered by documentation.
export TESTOBJECT_API_KEY=your_api_key
export SAUCE_ACCESS_KEY=your_access_key