https://github.com/dvg/capybara-tester
A playground for Capybara
https://github.com/dvg/capybara-tester
Last synced: 17 days ago
JSON representation
A playground for Capybara
- Host: GitHub
- URL: https://github.com/dvg/capybara-tester
- Owner: DVG
- Created: 2015-02-27T19:31:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-27T19:42:05.000Z (over 10 years ago)
- Last Synced: 2025-03-30T18:22:20.095Z (3 months ago)
- Language: Ruby
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Capybara Tester
Sometimes it would be nice to play with capybara in a smaller context rather than through a debugger in your test suite. This will boot a sinatra app to return an HTML page, and you can then use capybara to interact with it however you want. Great for a small scale experiment.
## Installation
```
$ bundle install
$ bundle exec ruby tester.rb
```