Skip to content

Commit d00ccd2

Browse files
ci: bump appiumVersion for Android tests in SauceLabs
> Error: Appium 1.22.1 does not support Android latest.
1 parent 928d76d commit d00ccd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wdio.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ if (process.env.CI === "true") {
7777
"appium:automationName": "UiAutomator2",
7878
"sauce:options": Object.assign(
7979
{
80-
appiumVersion: "1.22.1",
80+
appiumVersion: "2.0.0",
8181
},
8282
BASE_SAUCE_OPTIONS
8383
),

0 commit comments

Comments
 (0)