forked from NativeScript/nativescript-facebook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appium.capabilities.json
45 lines (45 loc) · 1.45 KB
/
appium.capabilities.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"android23.local": {
"platformName": "Android",
"platformVersion": "6.0",
"deviceName": "Emulator_Api23_Default",
"avd": "Emulator_Api23_Default",
"noReset": true
},
"android23": {
"platformName": "Android",
"platformVersion": "6.0",
"deviceName": "Android Emulator",
"appium-version": "1.7.1",
"noReset": true
},
"android25": {
"platformName": "Android",
"platformVersion": "7.1",
"deviceName": "Android GoogleAPI Emulator",
"appium-version": "1.7.1",
"noReset": true
},
"sim11iPhone6": {
"platformName": "iOS",
"platformVersion": "11.0",
"deviceName": "iPhone 6",
"appium-version": "1.7.1",
"app": ""
},
"sim103iPhone6": {
"browserName": "",
"appium-version": "1.7.1",
"platformName": "iOS",
"platformVersion": "10.3",
"deviceName": "iPhone 6",
"app": ""
},
"sim10iPhone6": {
"platformName": "iOS",
"platformVersion": "10.0",
"deviceName": "iPhone 6",
"appium-version": "1.7.1",
"app": ""
}
}