Sha256: 7808c1df37d0827a93f551d11bdd157092f41e1f3fc98e1287e8bdca2225001c

Contents?: true

Size: 484 Bytes

Versions: 18

Compression:

Stored size: 484 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 '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

18 entries across 18 versions & 1 rubygems

Version Path
watir-6.7.3 spec/spec_helper.rb
watir-6.7.2 spec/spec_helper.rb
watir-6.7.1 spec/spec_helper.rb
watir-6.7.0 spec/spec_helper.rb
watir-6.6.3 spec/spec_helper.rb
watir-6.6.2 spec/spec_helper.rb
watir-6.6.1 spec/spec_helper.rb
watir-6.6.0 spec/spec_helper.rb
watir-6.5.0 spec/spec_helper.rb
watir-6.4.3 spec/spec_helper.rb
watir-6.4.2 spec/spec_helper.rb
watir-6.4.1 spec/spec_helper.rb
watir-6.4.0 spec/spec_helper.rb
watir-6.4.0.rc2 spec/spec_helper.rb
watir-6.4.0.rc1 spec/spec_helper.rb
watir-6.3.0 spec/spec_helper.rb
watir-6.2.1 spec/spec_helper.rb
watir-6.2.0 spec/spec_helper.rb