-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflight.appiumsession
62 lines (62 loc) · 1.15 KB
/
flight.appiumsession
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"version": "1.0",
"caps": [
{
"type": "text",
"name": "platformName",
"value": "Android"
},
{
"type": "text",
"name": "appium:platformVersion",
"value": "8.1"
},
{
"type": "text",
"name": "appium:deviceName",
"value": "emulator-5554"
},
{
"type": "text",
"name": "appium:appPackage",
"value": "com.example.myapplication"
},
{
"type": "text",
"name": "appium:automationName",
"value": "UiAutomator2"
},
{
"type": "text",
"name": "appium:appActivity",
"value": "com.example.myapplication.MainActivity"
}
],
"server": {
"local": {},
"remote": {
"path": "/wd/hub",
"hostname": "localhost"
},
"sauce": {
"dataCenter": "us-west-1"
},
"headspin": {},
"browserstack": {},
"lambdatest": {},
"advanced": {
"allowUnauthorized": true
},
"bitbar": {},
"kobiton": {},
"perfecto": {},
"pcloudy": {},
"testingbot": {},
"experitest": {},
"roboticmobi": {}
},
"serverType": "remote",
"visibleProviders": [
"browserstack"
]
}