-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.properties
47 lines (37 loc) · 1.6 KB
/
config.properties
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
# Usage notes
# -----------
#
# See 'https://concordion.org/cubano/framework' - Section 'Configuration Settings'
#
# Override default values with local dev variables using user.properties (see user.properties.template)
#
############## Default Values ###############
#See 'org.concordion.cubano.config' (DefaultPropertyLoader, Config)
#environment = dev
environment = test
# See 'org.concordion.cubano.config.ProxyConfig' for additional methods to configure proxy details
# proxy.required must be set to 'true' here to use any of the options specified 'org.concordion.cubano.config.ProxyConfig'
#proxy.required = true
#proxy.host = proxyHost
#proxy.port = proxyPort
############### Environmental Settings ###############
## DEV
dev.baseUrl = https://httpbin.org
dev.searchUrl = https://www.google.co.nz
## TEST
test.baseUrl = http://httpbin.org
test.searchUrl = https://www.google.com
# See 'org.concordion.cubano.driver.web.config.WebDriverConfig'
#webdriver.browserprovider = FirefoxBrowserProvider
webdriver.browserprovider = ChromeBrowserProvider
webdriver.defaultTimeout = 10
webdriver.browser.maximized = true
# Check for other wdm properties here https://github.com/bonigarcia/webdrivermanager
# wdm.geckoDriverVersion=0.24.0
# Uncomment to override default storage behaviour of downloading to ~m2 repo
#wdm.targetPath = C:/[pathToStore]/WebDriverManager
# Uncomment, to use cached binaries.
#wdm.forceCache = true
# See 'org.concordion.cubano.driver.web.provider.LocalBrowserProvider'
# Update to ALWAYS or other options if required.
# wdm.checkForUpdates=NEVER