Skip to content

Commit 2b6a62e

Browse files
author
Dimitar Todorov
committed
Add iOS 13 to dev-appium tests
1 parent b43e06f commit 2b6a62e

22 files changed

+13
-0
lines changed
Loading
Loading
Loading

e2e/config/appium.capabilities.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,5 +200,18 @@
200200
"deviceName": "iPhone XR",
201201
"noReset": true,
202202
"fullReset": false
203+
},
204+
"sim.iPhoneXR.ios13": {
205+
"platformName": "iOS",
206+
"platformVersion": "13.0",
207+
"deviceName": "iPhone XR 13",
208+
"appiumVersion": "1.15.0",
209+
"noReset": true,
210+
"fullReset": false,
211+
"density": 3,
212+
"offsetPixels": 87,
213+
"app": "",
214+
"idleTimeout": 120,
215+
"automationName": "Appium"
203216
}
204217
}
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)