We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 879311f commit 74527d2Copy full SHA for 74527d2
appium.capabilities.json
@@ -1,18 +1,16 @@
1
{
2
"android23": {
3
- "automationName": "appium",
4
"platformName": "Android",
5
- "deviceName": "Nexus_5X_API_28",
+ "platformVersion": "6.0",
+ "deviceName": "Android Emulator",
6
"noReset": false,
7
- "avd": "Nexus_5X_API_28",
8
"appPackage": "org.nativescript.nativescriptvueuitests",
9
"appActivity": "com.tns.NativeScriptActivity"
10
},
11
"ios-simulator103iPhone6": {
12
13
"platformName": "iOS",
14
- "platformVersion": "12.1",
15
- "deviceName": "iPhone 6",
+ "platformVersion": "10.3",
+ "deviceName": "iPhone Simulator",
16
"bundleId": "org.nativescript.nativescriptvueuitests",
17
"app": ""
18
}
0 commit comments