forked from bitbar/test-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnightwatch.json
More file actions
52 lines (52 loc) · 1.71 KB
/
Copy pathnightwatch.json
File metadata and controls
52 lines (52 loc) · 1.71 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
{
"src_folders": [
"tests"
],
"output_folder": "./tests/reports",
"custom_commands_path": "",
"custom_assertions_path": "",
"page_objects_path": "",
"globals_path": "",
"test_settings": {
"bitbar_ios": {
"launch_url": "https://appium.bitbar.com/wd/hub",
"selenium_port": 443,
"selenium_host": "appium.bitbar.com",
"screenshots": {
"enabled": false,
"path": ""
},
"capabilities": {
"platformName": "iOS",
"browserName": "Safari",
"appium:automationName": "XCUITest",
"bitbar:options": {
"apiKey": "<insert_your_apiKey_to_credentials_file>",
"device": "Apple iPhone 12",
"project": "Nightwatch_Example_IOS",
"testrun": "TestRun_IOS"
}
}
},
"bitbar_android": {
"launch_url": "https://appium.bitbar.com/wd/hub",
"selenium_port": 443,
"selenium_host": "appium.bitbar.com",
"screenshots": {
"enabled": false,
"path": ""
},
"capabilities": {
"platformName": "Android",
"browserName": "Chrome",
"appium:automationName": "uiautomator2",
"bitbar:options": {
"apiKey": "<insert_your_apiKey_to_credentials_file>",
"device": "Google Pixel 3a Android 12",
"project": "Nightwatch_Example_Android",
"testrun": "TestRun_Android"
}
}
}
}
}