ci: bump appiumVersion for Android tests in SauceLabs

> Error: Appium 1.22.1 does not support Android latest.
This commit is contained in:
Damien Arrachequesne
2023-10-23 22:18:28 +02:00
parent 9228596240
commit 9f76ea22b4

View File

@@ -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
),