Sha256: cb02137edb4fec1b1bef2bbb3dd6e48a7007e5845eed078f8a765a40bdc4497c
Contents?: true
Size: 377 Bytes
Versions: 21
Compression:
Stored size: 377 Bytes
Contents
require File.expand_path("../helper", __FILE__) class TestSelenium < Test::Unit::TestCase def test_successful_connection_from_environment selenium = Sauce::Selenium.new(:job_name => "Sauce gem test suite: test_selenium.rb", :browser_url => "http://www.google.com/") selenium.start selenium.open "/" selenium.stop end end
Version data entries
21 entries across 21 versions & 1 rubygems
Version | Path |
---|---|
sauce-0.15.0.alpha.1 | test/test_selenium.rb |