Sha256: 381fa7e6886a99c0e143d5dafbe098761ca85b41146f2723e1e4cb37ac9c05fc
Contents?: true
Size: 693 Bytes
Versions: 1
Compression:
Stored size: 693 Bytes
Contents
# Rwda A ruby client to implement FB WebDriverAgent and make iOS automation test fast and powerful. It supports parallel automation with different devices'UDID. ## Installation Add this line to your application's Gemfile: ```ruby gem 'rwda' ``` And then execute: $ bundle Or install it yourself as: $ gem install rwda ## Usage 1. Please define your devices info before use rwda. 2. require 'rwda' in your tests(in hook if cucumber). 3. Browser.new(). 4. Play with all APIs. ## Contributing Please report bug and requirements to make it useful. ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rwda-0.1.2 | README.md |