Skip to content

Commit

Permalink
test: increase 'appiumVersion' option for SauceLabs
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Oct 23, 2023
1 parent 928d76d commit 30bd6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wdio.conf.js
Expand Up @@ -77,7 +77,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 30bd6ff

Please sign in to comment.