Sha256: bc9b67da07fa9a46e861b63f1973c261f872774c9d29559c9734f68641839665
Contents?: true
Size: 647 Bytes
Versions: 2
Compression:
Stored size: 647 Bytes
Contents
$LOAD_PATH.unshift(File.dirname(__FILE__)) $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) require 'coveralls' Coveralls.wear! require 'watir' require 'locator_spec_helper' require 'rubygems' require 'rspec' include Watir SELENIUM_SELECTORS = %i(class class_name css id tag_name xpath) if ENV['TRAVIS'] ENV['DISPLAY'] = ":99.0" if ENV['WATIR_BROWSER'] == "chrome" ENV['WATIR_CHROME_BINARY'] = File.expand_path "chrome-linux/chrome" ENV['WATIR_CHROME_DRIVER'] = File.expand_path "chrome-linux/chromedriver" end end if Selenium::WebDriver::Platform.linux? && ENV['DISPLAY'].nil? raise "DISPLAY not set" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
watir-6.0.0.beta5 | spec/spec_helper.rb |
watir-6.0.0.beta4 | spec/spec_helper.rb |