Skip to content

VTINFOJames/saucerest-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 67.3%
  • HTML 32.7%