Skip to main content

Setting Sauce Labs Options

Sauce Labs provides dozens of ways to configure your tests on our platform. Here is a full list of everything with exhaustive descriptions. All of these configurations can now be easily set with the SauceOptions class

Here's an example of running a test on Firefox that sets extended debugging, changes the idle timeout to 45 seconds, and sets the time zone to Alaska:

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