Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dvg/capybara-tester
A playground for Capybara
https://github.com/dvg/capybara-tester
Last synced: 14 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 9 years ago)
- Default Branch: master
- Last Pushed: 2015-02-27T19:42:05.000Z (over 9 years ago)
- Last Synced: 2024-04-14T03:59:46.524Z (7 months ago)
- Language: Ruby
- Size: 113 KB
- Stars: 0
- Watchers: 2
- 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
```