Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattheworiordan/capybara-screenshot-test
Rails application for testing capybara-screenshot gem
https://github.com/mattheworiordan/capybara-screenshot-test
Last synced: about 1 month ago
JSON representation
Rails application for testing capybara-screenshot gem
- Host: GitHub
- URL: https://github.com/mattheworiordan/capybara-screenshot-test
- Owner: mattheworiordan
- License: mit
- Created: 2011-10-12T15:16:16.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-12-03T11:05:59.000Z (about 13 years ago)
- Last Synced: 2024-10-12T15:50:49.695Z (3 months ago)
- Language: Ruby
- Homepage: https://github.com/mattheworiordan/capybara-screenshot
- Size: 184 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
capybara-screenshot gem sample test application
===============================================This is a simple rails application which demonstrates using the [capybara-screenshot gem](https://github.com/mattheworiordan/capybara-screenshot).
Run the cucumber tests `bundle exec cucumber` to test the Gem and generate source code and screen shots (when using [capybara-webkit](https://github.com/thoughtbot/capybara-webkit)) from failing scenarios into /tmp/capybara.
About
-----This test application was written by **Matthew O'Riordan**
- [http://mattheworiordan.com](http://mattheworiordan.com)
- [@mattheworiordan](http://twitter.com/#!/mattheworiordan)
- [Linked In](http://www.linkedin.com/in/lemon)License
-------Copyright © 2011 Matthew O'Riordan, inc. It is free software, and may be redistributed under the terms specified in the LICENSE file.