You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your Sauce Labs access key which you will see on your [account page](https://saucelabs.com/account).
107
107
108
+
### region
109
+
Type: `String`
110
+
111
+
Detect datacenter to run tests in. Can be either `eu` or `us`.
112
+
113
+
### headless
114
+
Type: `Boolean`
115
+
116
+
If set to `true` tests are being run on Sauce Labs headless platform on `us-east-1`. This option will be ignored if `region` is set.
117
+
108
118
### proxy
109
119
Type: `String`
110
120
@@ -129,19 +139,6 @@ Default:
129
139
130
140
Options to send to Sauce Connect. Check [here](https://github.com/bermi/sauce-connect-launcher#advanced-usage) for all available options.
131
141
132
-
### connectLocationForSERelay
133
-
Type: `String`
134
-
default: `ondemand.saucelabs.com`
135
-
136
-
If set, will attempt to connect to the specified host as a Selenium relay. This is intended to send Selenium commands through a Sauce Connect tunnel.
137
-
138
-
### connectPortForSERelay
139
-
Type: `Integer`
140
-
Default: 80
141
-
142
-
If set, will change the host used to connect to the Selenium server. This is intended to send Selenium commands through a Sauce Connect tunnel.
143
-
144
-
145
142
### build
146
143
Type: `String`
147
144
Default: *One of the following environment variables*:
@@ -217,25 +214,21 @@ Required: `true`
217
214
218
215
Name of the browser.
219
216
220
-
### version
217
+
### browserVersion
221
218
Type: `String`
222
-
Default: Latest browser version for all browsers except Chrome which defaults to `'27'`
219
+
Default: Latest browser version for all browsers except Chrome
223
220
224
221
Version of the browser to use.
225
222
226
-
### platform
223
+
### platformName
227
224
Type: `String`
228
225
Default: `'Linux'` for Firefox/Chrome, `'Windows 7'` for IE/Safari
229
226
230
227
Name of platform to run browser on.
231
228
232
-
### deviceOrientation
233
-
Type: `String`
234
-
Default: `'portrait'`
235
-
236
-
Accepted values: `'portrait' || 'landscape'`
229
+
### `sauce:options`
237
230
238
-
Set this string if your unit tests need to run on a particular mobile device orientation for Android Browser or iOS Safari.
231
+
Specific Sauce Labs capability [options](https://wiki.saucelabs.com/display/DOCS/Test+Configuration+Options).
0 commit comments