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