Spec::Runner.configure do |config| config.selenium.driver_options = { :host => "10.211.55.127", :port => 4444, :browser => "*firefox", :timeout_in_seconds => 300, :url => "http://10.211.55.1:4567" } config.selenium.start_browser_once = true config.selenium.controlled = false end