Sha256: 1d5c44116ad07c44c45dcfc79e3422248e6d269781bb0cf58eca61b9e03e7ccd

Contents?: true

Size: 505 Bytes

Versions: 7

Compression:

Stored size: 505 Bytes

Contents

$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))

require 'coveralls'
Coveralls.wear!

require 'watir'
require 'webdrivers'
require 'locator_spec_helper'
require 'rspec'

SELENIUM_SELECTORS = %i(class class_name css id tag_name xpath)

if ENV['RELAXED_LOCATE'] == "false"
  Watir.relaxed_locate = false
end

ENV['DISPLAY'] = ':99.0' if ENV['TRAVIS']

if Selenium::WebDriver::Platform.linux? && ENV['DISPLAY'].nil?
  raise "DISPLAY not set"
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
watir-6.9.1 spec/spec_helper.rb
watir-6.9.0 spec/spec_helper.rb
watir-6.8.4 spec/spec_helper.rb
watir-6.8.3 spec/spec_helper.rb
watir-6.8.2 spec/spec_helper.rb
watir-6.8.1 spec/spec_helper.rb
watir-6.8.0 spec/spec_helper.rb