Skip to content

Commit

Permalink
ci: bump appiumVersion for Android tests in SauceLabs
Browse files Browse the repository at this point in the history
> Error: Appium 1.22.1 does not support Android latest.
  • Loading branch information
darrachequesne committed Oct 23, 2023
1 parent 9228596 commit 9f76ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wdio.conf.js
Expand Up @@ -70,7 +70,7 @@ if (process.env.CI === "true") {
"appium:automationName": "UiAutomator2",
"sauce:options": Object.assign(
{
appiumVersion: "1.22.1",
appiumVersion: "2.0.0",
},
BASE_SAUCE_OPTIONS
),
Expand Down

0 comments on commit 9f76ea2

Please sign in to comment.