Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/atmos/capybara-standalone
- Owner: atmos
- Created: 2010-12-14T07:11:35.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2010-12-14T07:13:18.000Z (about 14 years ago)
- Last Synced: 2024-04-15T13:59:30.082Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 87.9 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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