-
-
Notifications
You must be signed in to change notification settings - Fork 107
/
sample-config.json
44 lines (44 loc) · 1.47 KB
/
sample-config.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
{
"server": {
"port": 31337,
"plugin": {
"device-farm": {
"platform": "android",
"remoteMachineProxyIP": "http://10.x.x.x:3333",
"skipChromeDownload": true,
"androidDeviceType": "real",
"iosDeviceType": "simulated",
"wdaBundleId": "atd.pro",
"preBuildWDAPath": "/Users/saikrishna/Library/Developer/Xcode/DerivedData/WebDriverAgent-egfeypzyldpeeqdwikoxqbnopkla/Build/Products/Debug-iphonesimulator/WebDriverAgentRunner-Runner.app",
"adbRemote": [
"192.168.0.1:5037",
"192.168.0.2:5037"
],
"hub": "https://hubip:port",
"maxSessions": 2,
"emulators": [
{
"avdName": "Pixel_5_API_33",
"launchTimeout": 120000
},
{
"avdName": "nightwatch-android-11",
"launchTimeout": 10000
}
],
"derivedDataPath": {
"simulator": "/Users/saikrishna/Library/Developer/Xcode/DerivedData/WebDriverAgent-Test",
"device": "/Users/saikrishna/Library/Developer/Xcode/DerivedData/WebDriverAgent-Test"
},
"deviceAvailabilityTimeoutMs": 300000,
"deviceAvailabilityQueryIntervalMs": 10000,
"sendNodeDevicesToHubIntervalMs": 30000,
"checkStaleDevicesIntervalMs": 30000,
"checkBlockedDevicesIntervalMs": 30000,
"newCommandTimeoutSec": 60,
"bindHostOrIp": "127.0.0.0",
"bootedSimulators": true
}
}
}
}