Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```