Sha256: e185b36bf35ba9387b729c23cbdeba776bd2dbb083cb9e6431124abebe223dc0

Contents?: true

Size: 533 Bytes

Versions: 27

Compression:

Stored size: 533 Bytes

Contents

require 'helper'

class TestSelenium < Test::Unit::TestCase
  context "The Sauce Selenium driver" do
    should "Connect successfully using credentials from the environment" do
      assert ENV['SAUCE_USERNAME'], "You haven't configured a Sauce OnDemand username. Please set $SAUCE_USERNAME"
      assert ENV['SAUCE_USERNAME'], "You haven't configured a Sauce OnDemand access key. Please set $SAUCE_ACCESS_KEY"
      selenium = Sauce::Selenium.new()
      selenium.start
      selenium.open "/"
      selenium.stop
    end
  end
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
sauce-0.13.1 test/test_selenium.rb
sauce-0.13.0 test/test_selenium.rb
sauce-0.12.10 test/test_selenium.rb
sauce-0.12.9 test/test_selenium.rb
sauce-0.12.8 test/test_selenium.rb
sauce-0.12.7 test/test_selenium.rb
sauce-0.12.6 test/test_selenium.rb
sauce-0.12.5 test/test_selenium.rb
sauce-0.12.4 test/test_selenium.rb
sauce-0.12.3 test/test_selenium.rb
sauce-0.12.2 test/test_selenium.rb
sauce-0.12.1 test/test_selenium.rb
sauce-0.12.0 test/test_selenium.rb
sauce-0.11.3 test/test_selenium.rb
sauce-0.11.2 test/test_selenium.rb
sauce-0.11.1 test/test_selenium.rb
sauce-0.11.0 test/test_selenium.rb
sauce-0.10.0 test/test_selenium.rb
sauce-0.9.0 test/test_selenium.rb
sauce-0.8.0 test/test_selenium.rb