generators/config/templates/default.yml in howitzer-1.0.2 vs generators/config/templates/default.yml in howitzer-1.1.0
- old
+ new
@@ -17,17 +17,23 @@
###########################################################
# TEST ENVIRONMENTS SETTINGS #
###########################################################
- # Specify one of the following drivers: selenium, selenium_dev, webkit, poltergeist, phantomjs, sauce, testingbot
- driver: poltergeist
+ # Specify maximized browser window size
+ maximized_window: false
+ # Specify one of the following drivers: selenium, selenium_dev, selenium_grid, webkit, poltergeist, phantomjs, sauce, testingbot, browserstack
+ driver: phantomjs
+
# -Selenium-
- # specify one of next browsers: iexplore (ie), firefox (ff), chrome, opera
+ # specify one of next browsers: iexplore (ie), firefox (ff), chrome, opera, safari
sel_browser: ff
+ # -Selenium Grid-
+ sel_hub_url: "http://example.com:4444/wd/hub"
+
# -PhantomJS-
# specify settings for poltergeist
pjs_ignore_js_errors: false
pjs_ignore_ssl_errors: true
@@ -51,10 +57,35 @@
tb_selenium_version: "2.18.0"
tb_max_duration: '1800'
tb_idle_timeout: '180'
tb_record_screenshot: false
+ # -BrowserStack
+ bs_user_name: bs_user
+ bs_password: bs_password
+ bs_url: "http://${bs_user_name}:${bs_password}@hub.browserstack.com/wd/hub"
+ bs_os_name: 'Windows'
+ bs_os_version: '8'
+ bs_browser_name: 'Firefox'
+ bs_browser_version: '16.0'
+ bs_resolution: '1024x768'
+ bs_max_duration: '1800'
+ bs_idle_timeout: '180'
+
+ # Run tests on mobile browsers
+ bs_mobile: false
+ bs_m_browser: 'iPhone'
+ bs_m_platform: 'MAC'
+ bs_m_device: 'iPhone 5'
+
+ bs_local: 'false'
+ bs_local_ID: 'Testing123'
+ bs_build: 'v1'
+ bs_project: 'Test Project'
+ bs_ssl: 'true'
+ bs_debug: 'false'
+
###########################################################
# DATABASE SETTINGS #
###########################################################
@@ -83,7 +114,6 @@
# TIMEOUTS #
############################################################
timeout_tiny: 1
timeout_short: 3
timeout_small: 20
- timeout_medium: 60
-
+ timeout_medium: 60
\ No newline at end of file