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
- Host: GitHub
- URL: https://github.com/vgrigoruk/capybara-widgets
- Owner: vgrigoruk
- License: mit
- Created: 2015-06-23T19:10:41.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:36:25.000Z (over 2 years ago)
- Last Synced: 2023-12-15T22:16:46.182Z (over 2 years ago)
- Topics: browser-testing, capybara, page-object-model
- Language: Ruby
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Capybara::Widgets
[](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