aslakhellesoy / rspec-ui
- Source
- Commits
- Network (3)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
7ec1ff9
rspec-ui /
| name | age | message | |
|---|---|---|---|
| |
History.txt | Tue Sep 18 07:21:56 -0700 2007 | |
| |
Manifest.txt | Tue Aug 28 13:24:41 -0700 2007 | |
| |
README.txt | Tue Aug 28 13:03:56 -0700 2007 | |
| |
Rakefile | Tue Aug 28 13:24:41 -0700 2007 | |
| |
examples/ | Tue Aug 28 13:17:14 -0700 2007 | |
| |
lib/ | Tue Sep 18 07:21:56 -0700 2007 | |
| |
spec/ | Tue Aug 28 13:03:56 -0700 2007 |
README.txt
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.
