Page objects / fragments implementation for Capybara.
- Support lambda element selectors.
- RSpec & Cucumber integration.
- Work for web & mobile (appium driver).
Add this line to your application's Gemfile and run bundle
:
gem 'capybara-widgets'
TODO: Write usage instructions here
- Fork it ( https://github.com/vgrigoruk/capybara-widgets/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request