Sha256: 2d5ab76946759d98a092f5910c660f6d615a140e5165583bf9dec446a4283bb3

Contents?: true

Size: 622 Bytes

Versions: 2

Compression:

Stored size: 622 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 '  →  '

and

    $ capy example.capy

Run as nonstop mode:

    $ capy -n 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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
capy-1.1.0 README.md
capy-1.0.0 README.md