From b03ae7d6d127628da015126056256f6caa8b0558 Mon Sep 17 00:00:00 2001 From: Sefa Ilkimen Date: Wed, 24 Mar 2021 05:53:22 +0100 Subject: [PATCH] chore: update appium capabilites for testing on saucelabs --- 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 41e315a..58fe8cf 100644 --- a/test/e2e-tooling/caps.js +++ b/test/e2e-tooling/caps.js @@ -34,7 +34,7 @@ const configs = { browserName: '', 'appium-version': '1.9.1', platformName: 'iOS', - platformVersion: '10.3', + platformVersion: '14.3', deviceName: 'iPhone 6', autoWebview: true, app: 'sauce-storage:HttpDemo.app.zip' @@ -43,7 +43,7 @@ const configs = { browserName: '', 'appium-version': '1.9.1', platformName: 'iOS', - platformVersion: '10.3', + platformVersion: '14.3', deviceName: 'iPhone Simulator', autoWebview: true, app: 'sauce-storage:HttpDemo.app.zip' @@ -52,7 +52,7 @@ const configs = { browserName: '', 'appium-version': '1.9.1', platformName: 'Android', - platformVersion: '5.1', + platformVersion: '8.0', deviceName: 'Android Emulator', autoWebview: true, app: 'sauce-storage:HttpDemo.apk'