From 38ca804b174363044d2e22b5057ed3adea65f198 Mon Sep 17 00:00:00 2001 From: web-padawan Date: Mon, 31 Mar 2025 15:49:25 +0300 Subject: [PATCH 1/2] chore: upgrade iOS Simulator version in Sauce tests to 12.2 --- wct.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wct.conf.js b/wct.conf.js index 80e2351cf..12df79360 100644 --- a/wct.conf.js +++ b/wct.conf.js @@ -39,7 +39,7 @@ module.exports = { platformVersion: '11.0', browserName: 'Chrome', }, - 'iOS Simulator/iphone@10.3', // should be 9.x, but SauceLabs does not provide that + 'iOS Simulator/iphone@12.2', // should be 9.x, but SauceLabs does not provide that 'macOS 11/safari@latest', 'Windows 10/microsoftedge@latest', 'Windows 10/internet explorer@11', From 2cdeeb4435799940fae67042dd4db37ee47eb802 Mon Sep 17 00:00:00 2001 From: web-padawan Date: Mon, 31 Mar 2025 16:12:58 +0300 Subject: [PATCH 2/2] chore: try to modify configuration for iPhone Simulator --- wct.conf.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/wct.conf.js b/wct.conf.js index 12df79360..8a876c45b 100644 --- a/wct.conf.js +++ b/wct.conf.js @@ -39,7 +39,14 @@ module.exports = { platformVersion: '11.0', browserName: 'Chrome', }, - 'iOS Simulator/iphone@12.2', // should be 9.x, but SauceLabs does not provide that + { + browserName: 'Safari', + deviceName: 'iPhone X Simulator', + platformVersion: '14.0', // should be 9.x, but SauceLabs does not provide that + platformName: 'iOS', + appiumVersion: '1.18.3', + deviceOrientation: 'portrait', + }, 'macOS 11/safari@latest', 'Windows 10/microsoftedge@latest', 'Windows 10/internet explorer@11',