Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fea4342

Browse files
authoredOct 9, 2019
Merge pull request #1998 from NativeScript/dtodorov/add-ios-13
Add iOS 13 to dev-appium tests
2 parents 4c831c7 + 8e5f4b8 commit fea4342

23 files changed

+20
-0
lines changed
 
Loading
Loading
Loading
Loading
Loading
Loading
Loading

‎e2e/config/appium.capabilities.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,5 +200,25 @@
200200
"deviceName": "iPhone XR",
201201
"noReset": true,
202202
"fullReset": false
203+
},
204+
"sim.iPhoneXR.ios12": {
205+
"platformName": "iOS",
206+
"platformVersion": "12.0",
207+
"deviceName": "iPhone XR 12",
208+
"noReset": true,
209+
"fullReset": false
210+
},
211+
"sim.iPhoneXR.ios13": {
212+
"platformName": "iOS",
213+
"platformVersion": "13.0",
214+
"deviceName": "iPhone XR 13",
215+
"appiumVersion": "1.15.0",
216+
"noReset": true,
217+
"fullReset": false,
218+
"density": 3,
219+
"offsetPixels": 87,
220+
"app": "",
221+
"idleTimeout": 120,
222+
"automationName": "Appium"
203223
}
204224
}
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.