forked from adaptlearning/adapt_framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
35 lines (33 loc) · 933 Bytes
/
settings.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
{
"src_folders" : ["./test/acceptance/tests"],
"output_folder" : "./test/acceptance/reports",
"custom_commands_path" : "./test/acceptance/custom_commands",
"selenium" : {
"start_process" : true,
"server_path" : "./test/acceptance/lib/selenium-server-standalone-2.40.0.jar",
"log_path" : false,
"host" : "127.0.0.1",
"port" : 4444
},
"test_settings" : {
"default" : {
"custom_commands_path" : "./test/acceptance/custom_commands",
"launch_url" : "http://localhost:9001/main.html",
"selenium_port" : 4444,
"selenium_host" : "localhost",
"silent": false,
"firefox_profile": false,
"chrome_driver": "",
"ie_driver": "",
"screenshots" : {
"enabled" : false,
"path" : ""
},
"desiredCapabilities": {
"browserName": "firefox",
"javascriptEnabled": true,
"acceptSslCerts": true
}
}
}
}