Sha256: 0772856b57ebf7e1ba4868f3b6ecb6415fadf6b87ea1eb4d395e3e88324ab30d

Contents?: true

Size: 403 Bytes

Versions: 50

Compression:

Stored size: 403 Bytes

Contents

require 'rubygems'

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'sauce'

Sauce.config do |config|
  config.browsers = [
    ["Linux", "firefox", "3.6."],
    #["Windows 2003", "safariproxy", "5."]
  ]
  config.browser_url = "http://saucelabs.com"

  #config.application_host = "localhost"
  #config.application_port = "4444"
end

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
sauce-1.0.2 examples/helper.rb
sauce-1.0.1 examples/helper.rb
sauce-1.0.0 examples/helper.rb
sauce-0.20.0 examples/helper.rb
sauce-0.19.1 examples/helper.rb
sauce-0.19.0 examples/helper.rb
sauce-0.18.3 examples/helper.rb
sauce-0.18.2 examples/helper.rb
sauce-0.18.1 examples/helper.rb
sauce-0.18.0 examples/helper.rb
sauce-0.17.8 examples/helper.rb
sauce-0.17.7 examples/helper.rb
sauce-0.17.6 examples/helper.rb
sauce-0.17.5 examples/helper.rb
sauce-0.17.4 examples/helper.rb
sauce-0.17.3 examples/helper.rb
sauce-0.17.3.alpha2 examples/helper.rb
sauce-0.17.3.alpha1 examples/helper.rb
sauce-0.17.2 examples/helper.rb
sauce-0.17.1 examples/helper.rb