set browser in selenium.yml for linux
This commit is contained in:
parent
6f20d07cf4
commit
170ef67181
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ local: &local
|
|||
test_framework: webrat
|
||||
selenium_server_address: "127.0.0.1"
|
||||
selenium_server_port: "4444"
|
||||
selenium_browser_key: "*chrome /Applications/Firefox.app/Contents/MacOS/firefox-bin"
|
||||
selenium_browser_key: "*chrome /usr/bin/firefox"
|
||||
application_address: "127.0.0.1"
|
||||
application_port: "4000"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue