From a01625ecfbf5985f14ee58c15315ac475ae65843 Mon Sep 17 00:00:00 2001 From: Sefa Ilkimen Date: Wed, 24 Mar 2021 06:06:58 +0100 Subject: [PATCH] chore: update requested appium version for saucelabs build --- test/e2e-tooling/caps.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/e2e-tooling/caps.js b/test/e2e-tooling/caps.js index 58fe8cf..7df82f5 100644 --- a/test/e2e-tooling/caps.js +++ b/test/e2e-tooling/caps.js @@ -32,7 +32,7 @@ const configs = { // testing on SauceLabs saucelabsIosDevice: { browserName: '', - 'appium-version': '1.9.1', + 'appium-version': '1.20.1', platformName: 'iOS', platformVersion: '14.3', deviceName: 'iPhone 6', @@ -41,7 +41,7 @@ const configs = { }, saucelabsIosEmulator: { browserName: '', - 'appium-version': '1.9.1', + 'appium-version': '1.20.1', platformName: 'iOS', platformVersion: '14.3', deviceName: 'iPhone Simulator', @@ -50,7 +50,7 @@ const configs = { }, saucelabsAndroidEmulator: { browserName: '', - 'appium-version': '1.9.1', + 'appium-version': '1.20.1', platformName: 'Android', platformVersion: '8.0', deviceName: 'Android Emulator',