Path: | lib/selenium_on_rails/acceptance_test_runner.rb |
Last Update: | Thu Feb 23 21:34:21 W. Europe Standard Time 2006 |
BROWSERS | = | c :browsers, {} |
REUSE_EXISTING_SERVER | = | c :reuse_existing_server, true |
START_SERVER | = | c :start_server, false |
PORTS | = | c(:port_start, 3000)..c(:port_end, 3005) |
TEST_RUNNER_URL | = | c :test_runner_url, '/selenium/TestRunner.html' |
MAX_BROWSER_DURATION | = | c :max_browser_duration, 2*60 |
SERVER_COMMAND | = | c_b :server_command do server_path = File.expand_path(File.dirname(__FILE__) + '/../../../../../script/server') |
# File lib/selenium_on_rails/acceptance_test_runner.rb, line 6 6: def c(var, default = nil) SeleniumOnRailsConfig.get var, default end