Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Sauce REST API client for Java

License

NotificationsYou must be signed in to change notification settings

saucelabs/saucerest-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

saucerest-java Logo

saucerest-java

GitHub release (latest by date)CI/CDCodecovMaven


A Java client for Sauce Labs REST API.

Currently, this client only support the endpoints listedhere.

With version 2.x of SauceREST we have made code-breaking changes to this wrapper. It has been updated to be morefuture-proof and to also support the newest APIs from Sauce Labs.

This is going to be continuous process which means we will release changes to SauceREST over time.

If a function you're after isn't supported, we suggest either shelling out and using the curl version,or sending a pullrequest!Contribution Details Here.


How to use

Creating a client object
SauceRESTsauceREST =newSauceREST("username","access-key",DataCenter.EU_CENTRAL);

Parameters:

NameTypeDetails
usernameString (required)Your sauce labs username
access-keyString (required)Your sauce labs accesskey
data_centerString or DataCenter (required)One ofUS_WEST,EU_CENTRAL

Code examples

The best way to find out how to use this library is to look at the tests. They are located in thesrc/test/java directory. Especially the integration testswill provide you with a good overview of how to use this library.

Maven

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

For latest version please check the following link:click.

Contributing

Check out our contribution guidehere for details.

Want a fast, setup devenvironment?Open in Gitpod

About

Sauce REST API client for Java

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors38

Languages


[8]ページ先頭

©2009-2025 Movatter.jp