Sha256: a7abfbb69aabe018065b7d639afa74f0e0c8c1d70425982e0beeaa1a18a4d0f1
Contents?: true
Size: 389 Bytes
Versions: 36
Compression:
Stored size: 389 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
36 entries across 36 versions & 2 rubygems