Sha256: 808aef298d29f733a6158f398168fe6998c0d9287f3a74405f66391731c8e5ba

Contents?: true

Size: 538 Bytes

Versions: 4

Compression:

Stored size: 538 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 link_text partial_link_text link)

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

4 entries across 4 versions & 1 rubygems

Version Path
watir-6.11.0.beta1 spec/spec_helper.rb
watir-6.10.3 spec/spec_helper.rb
watir-6.10.2 spec/spec_helper.rb
watir-6.10.0 spec/spec_helper.rb