Sha256: 6ca1d1973b97757dd6d8b807128f68307a6eb5752488892dd1ce8b5afd878253
Contents?: true
Size: 661 Bytes
Versions: 1
Compression:
Stored size: 661 Bytes
Contents
# Capy The capy command to run the script written in Capybara DSL. ## Installation $ gem install capy ## Usage ### Capy Shell $ capy ### Running Script Write script # example.capy visit 'http://www.wikipedia.org/' fill_in 'search', :with => 'ruby' click_on ' → ' stop and $ capy example.capy Change the browser: $ capy -b firefox example.capy ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request ## TODO * write spec
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
capy-1.2.0 | README.md |