| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This project contains helper libraries for consuming Sauce Labs services from Java using TestNG and/or JUnit.
The helper libraries provide the following functionality:
For JUnit projects, the library can be added to a project by including the following dependency:
<dependency>
<groupId>com.saucelabs</groupId>
<artifactId>sauce_junit</artifactId>
<version>2.1.21</version>
<scope>test</scope>
</dependency>For TestNG projects, the library can be added to a project by including the following dependency:
<dependency>
<groupId>com.saucelabs</groupId>
<artifactId>sauce_testng</artifactId>
<version>2.1.21</version>
<scope>test</scope>
</dependency>| Back | FazBrowse Home | New Git URL |