Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattheworiordan/capybara-screenshot-test-rails-3.1
Capybara-screenshot gem test app for Rails 3.1
https://github.com/mattheworiordan/capybara-screenshot-test-rails-3.1
Last synced: 3 months ago
JSON representation
Capybara-screenshot gem test app for Rails 3.1
- Host: GitHub
- URL: https://github.com/mattheworiordan/capybara-screenshot-test-rails-3.1
- Owner: mattheworiordan
- License: mit
- Created: 2011-11-07T09:28:39.000Z (about 13 years ago)
- Default Branch: capybara-2-1
- Last Pushed: 2022-10-19T08:53:36.000Z (about 2 years ago)
- Last Synced: 2024-04-13T07:29:43.483Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 123 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 4
-
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.