Sha256: 566b87fb90e1208bd20cc324a751d3ef2e2a34c43571af7734ef5bf47bea23dd
Contents?: true
Size: 372 Bytes
Versions: 1
Compression:
Stored size: 372 Bytes
Contents
# these are the non-xpath tests that do not need to be visible $HIDE_IE = true TOPDIR = File.join(File.dirname(__FILE__), '..') $LOAD_PATH.unshift TOPDIR require 'unittests/setup' Dir.chdir TOPDIR do $all_tests.each {|x| require x} end Watir::UnitTest.filter_out do |test| test.class.to_s =~ /xpath/i end Watir::UnitTest.filter_out_tests_tagged :must_be_visible
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
watir-1.6.5 | unittests/core_tests.rb |