Sha256: 6bc5324115216f0712a6d83267d255e6c9a093f0dcd7c65f7862c3d03cad9745

Contents?: true

Size: 308 Bytes

Versions: 2

Compression:

Stored size: 308 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spectie-0.0.4 spec/selenium_config.rb
spectie-0.0.3 spec/selenium_config.rb