Skip to main content

Setting Data Center

While the Sauce Options class allows you to specify how you want your tests to run, you may also want to adjust where your tests are run with the Sauce Session class. By default, tests are executed on our US West Coast Data Center. You can Specify US East (Headless only), Central EU, or APAC data centers with the Session class. Here's an example of setting the data center to EU:

java/junit5/src/test/java/com/saucelabs/saucebindings/junit5/examples/DataCenterTest.java
loading...
See full example on GitHub
Last updated on by titusfortner