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
- 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>
- Project Dependencies
- Check that Packages are Availalbe
$ cd Java-Junit-Selenium $ mvn test-compile
Tests in Parallel:
$ mvn test
Sauce Labs Dashboard:
https://saucelabs.com/beta/dashboard/
- 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.
- http://stackoverflow.com/