public
Description: RSpec extensions for various UI architectures
Homepage:
Clone URL: git://github.com/aslakhellesoy/rspec-ui.git
rspec-ui / README.txt
100644 13 lines (9 sloc) 0.556 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
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.