Sha256: 4f2162dc9bacfd33c1f6cd56501cfe3c15a440757416a4f8608c94bd165374f7

Contents?: true

Size: 313 Bytes

Versions: 22

Compression:

Stored size: 313 Bytes

Contents

require File.expand_path("../helper", __FILE__)

class TestSelenium2 < Test::Unit::TestCase
  def test_successful_connection_from_environment
    selenium = Sauce::Selenium2.new(:job_name => "Sauce gem test suite: test_selenium2.rb")
    selenium.navigate.to "http://www.example.com/"
    selenium.quit
  end
end

Version data entries

22 entries across 22 versions & 1 rubygems

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