-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathtestFrameworkSettings.dev.json
More file actions
62 lines (62 loc) · 1.84 KB
/
testFrameworkSettings.dev.json
File metadata and controls
62 lines (62 loc) · 1.84 KB
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
{
"troubleshootingSettings": {
"debugInformationEnabled": "true"
},
"desktopSettings": {
"serviceUrl": "http://127.0.0.1:4722",
"executionType": "regular",
"defaultLifeCycle": "restart everytime time",
"defaultDeviceName": "iPhone 6",
"defaultIosVersion": "11.3",
"defaultBrowser": "Safari",
"deviceIdentifier": "4005808588763",
"defaultAppPath": "${user.home}/TestApp.app.zip",
"artificialDelayBeforeAction": "0",
"automaticallyScrollToVisible": "false",
"waitUntilReadyOnElementFound": "false",
"screenshotsOnFailEnabled": "false",
"screenshotsSaveLocation": "${user.home}/BELLATRIX/videos",
"videosOnFailEnabled": "false",
"videosSaveLocation": "${user.home}/BELLATRIX/videos",
"timeoutSettings": {
"implicitWaitTimeout": "5",
"elementWaitTimeout": "30",
"sleepInterval": "1",
"waitForPartialUrl": "30",
"webviewConnectTimeout": 60,
"validationsTimeout": "30",
"elementToBeVisibleTimeout": "30",
"elementToExistTimeout": "30",
"elementToNotExistTimeout": "30",
"elementToBeClickableTimeout": "30",
"elementNotToBeVisibleTimeout": "30",
"elementToHaveContentTimeout": "15",
"allowImageFindStrategies": "true"
},
"gridSettings": [
{
"providerName": "saucelabs",
"url": "http://ondemand.saucelabs.com:80/wd/hub",
"arguments": [
{
"screenResolution": "1280x800",
"recordVideo": "true",
"recordScreenshots": "true",
"username": "myUserName",
"accessKey": "myPass",
"name": "bellatrix_run"
}
]
},
{
"providerName": "grid",
"url": "http://127.0.0.1:4444/wd/hub",
"arguments": [
{
"name": "bellatrix_run"
}
]
}
]
}
}