Sha256: 7318199abc86f0f3558cc140fa9b9be462b54c81f1aaade95d45f858240dcd32
Contents?: true
Size: 672 Bytes
Versions: 3
Compression:
Stored size: 672 Bytes
Contents
require 'rutl/browser' require 'rutl/version' # # TODO: Rename to something better. RubyUI2API? RAPID for Ruby API DSL? # The idea is that this framework should be usable for web, phone, and even # desktop UI testing, turning the UI into an API via its DSL. # module RUTL # Should define RUTL::PAGES directory for your code # or set ENV['RUTL_PAGES'] # or Browser intialize will raise. # PAGES = nil # If this RUTL::SCREENSHOT_DIR or ENV['SCREENSHOT_DIR'] # or Browser initialize is set, we take screenshots. # SCREENSHOTS = nil # This one is for diffing against. # RUTL::KNOWN_GOOD_SCREENSHOTS # REFERENCE_SCREENSHOTS = nil end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rutl-0.6.0 | lib/rutl.rb |
rutl-0.5.0 | lib/rutl.rb |
rutl-0.4.0 | lib/rutl.rb |