Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/atmos/capybara-standalone

rspec2 and capybara testing, a simple example.
https://github.com/atmos/capybara-standalone

Last synced: 3 months ago
JSON representation

rspec2 and capybara testing, a simple example.

Awesome Lists containing this project

README

        

Simple Capybara Standalone Tests
================================

This runs browser tests written in ruby against https://localhost:3000
or the environmental variable `CAPYBARA_TEST_URL`. It uses
[capybara](http://github.com/jnicklas/capybara) and
[webdriver](http://code.google.com/p/selenium/).

Running
-------

% bundle install
% rake