Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.