sstopkin / saucerest-java

Sauce REST API client for Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/main/java/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.

About

Sauce REST API client for Java

License:Other


Languages

Language:Java 67.3%Language:HTML 32.7%