-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathnightwatch.json
81 lines (80 loc) · 2.7 KB
/
nightwatch.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"src_folders": ["nightwatch_tests"],
"output_folder": "./nightwatch_tests/reports",
"custom_commands_path": "",
"custom_assertions_path": "",
"page_objects_path": "",
"globals_path": "",
"test_settings": {
"default": {
"launch_url": "http://10.195.171.228:4723/wd/hub",
"selenium_port": 4723,
"selenium_host": "10.195.171.228",
"screenshots": {
"enabled": false,
"path": ""
},
"desiredCapabilities": {
"platformName": "ios",
"deviceName": "iPod",
"platformVersion": "8.1.1",
"browserName": "safari"
}
},
"safari": {
"launch_url": "http://10.195.171.228:4723/wd/hub",
"selenium_port": 4723,
"selenium_host": "10.195.171.228",
"screenshots": {
"enabled": false,
"path": ""
},
"desiredCapabilities": {
"platformName": "ios",
"deviceName": "iPod",
"platformVersion": "8.1.1",
"browserName": "safari"
}
},
"testdroid_android": {
"launch_url": "http://appium.testdroid.com:80/wd/hub",
"selenium_port": 80,
"selenium_host": "appium.testdroid.com",
"screenshots": {
"enabled": false,
"path": ""
},
"desiredCapabilities": {
"testdroid_username": "",
"testdroid_password": "",
"testdroid_target": "chrome",
"testdroid_project": "Test Android",
"testdroid_testrun": "TestRun",
"testdroid_device": "HTC Wildfire S A510e",
"deviceName": "HTC Wildfire S A510e",
"platformName": "Android",
"browserName": "browser"
}
},
"testdroid_ios": {
"launch_url": "http://appium.testdroid.com:80/wd/hub",
"selenium_port": 80,
"selenium_host": "appium.testdroid.com",
"screenshots": {
"enabled": false,
"path": ""
},
"desiredCapabilities": {
"testdroid_username": "",
"testdroid_password": "",
"testdroid_target": "safari",
"testdroid_project": "Test",
"testdroid_testrun": "TestRun",
"testdroid_device": "iPad 3 A1416 8.2",
"platformName": "iOS",
"deviceName": "iPad 3 A1416 8.2",
"browserName": "safari"
}
}
}
}