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