Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 887 Bytes

README.rst

File metadata and controls

30 lines (20 loc) · 887 Bytes

SauceREST Java

A java client for Sauce OnDemand's REST API. This supercedes the old sauce-rest-api.

Using this client you can update Job info, including pass/fail status and other information supported.

http://saucelabs.com/docs/sauce-ondemand#alternative-annotation-methods

Usage

Examples in https://github.com/saucelabs/saucerest-java/blob/master/src/ExampleUsage.java

Maven:

<dependencies>
  <dependency>
    <groupId>com.saucelabs</groupId>
    <artifactId>saucerest</artifactId>
    <version>1.0.17</version>
    <scope>test</scope>
  </dependency>
</dependencies

Note: The latest version can always be found in the repository.