Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aslakhellesoy/rspec-ui
RSpec extensions for various UI architectures
https://github.com/aslakhellesoy/rspec-ui
Last synced: about 1 month ago
JSON representation
RSpec extensions for various UI architectures
- Host: GitHub
- URL: https://github.com/aslakhellesoy/rspec-ui
- Owner: aslakhellesoy
- Created: 2008-05-09T18:13:33.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2008-05-09T18:14:07.000Z (over 16 years ago)
- Last Synced: 2024-04-14T15:13:30.724Z (8 months ago)
- Language: Ruby
- Homepage:
- Size: 107 KB
- Stars: 16
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- Changelog: History.txt
Awesome Lists containing this project
README
Spec::Ui
========Spec::Ui is an add-on to RSpec that lets you use a UI-testing framework
such as Selenium or Watir/Safariwatir from RSpec. Spec::Ui also makes it
easy to create HTML reports with screenshots as described in this blogpost:http://blog.aslakhellesoy.com/articles/2006/12/02/getting-screenshots-from-watir
As much as possible of the supporting code has been factored out to separate files
under Spec::Ui, and the distribution contains examples with a spec_helper and a Rakefile
that you can copy into your own project and tweak if needed.