An open API service indexing awesome lists of open source software.

https://github.com/vgrigoruk/capybara-widgets

Widget / page object implementation for capybara
https://github.com/vgrigoruk/capybara-widgets

browser-testing capybara page-object-model

Last synced: 10 months ago
JSON representation

Widget / page object implementation for capybara

Awesome Lists containing this project

README

          

# Capybara::Widgets

[![Build Status](https://travis-ci.org/vgrigoruk/capybara-widgets.svg?branch=master)](https://travis-ci.org/vgrigoruk/capybara-widgets)

Page objects / fragments implementation for Capybara.
- Support lambda element selectors.
- RSpec & Cucumber integration.
- Work for web & mobile (appium driver).

## Installation

Add this line to your application's Gemfile and run `bundle`:

```ruby
gem 'capybara-widgets'
```

## Usage

TODO: Write usage instructions here

## Contributing

1. Fork it ( https://github.com/vgrigoruk/capybara-widgets/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request