tg4rb 0.0.1
FEATURES/PROBLEMS: * takes an XML with actions from tg4w and outputs stand-alone Ruby code that can be run directly or embedded into existing code (e.g. for test automation) * can be used as a library or as an executable script * takes the xpath from tg4w and uses only enough info to guarantee the uniqueness of the referenced element, allowing the generated script to keep working even with some change on page structure. == SYNOPSIS: doc = Document.new(File.read(xml_file)) actions = Tg4wToFirewatir.parse_xml(doc) translator = Tg4wToFirewatir.new(actions) File.open(‘output.rb’,‘w’) {|f| f << translator.translate} == REQUIREMENTS:
Gemfile:
=
installieren:
=
Runtime Abhängigkeiten (1):
hoe
>= 1.2.1