Top Level Namespace

Defined Under Namespace

Classes: SeleniumShots, SeleniumTest

Constant Summary collapse

ASSET_ROOT =

load config

File.expand_path((defined?(Rails) && Rails.root.to_s.length > 0) ? Rails.root : ".")
SeleniumConfig =
OpenStruct.new(YAML.load_file(ASSET_ROOT + '/config/selenium_shots.yml'))