public
Description: Support for using Selenium RC with Rails
Homepage:
Clone URL: git://github.com/thewoolleyman/selenium-rails.git
Chad Woolley (author)
Tue Sep 02 02:14:39 -0700 2008
name age message
file .gitignore Wed Aug 20 22:23:07 -0700 2008 ignore other gem files [thewoolleyman]
file Manifest Thu Aug 21 00:02:52 -0700 2008 rename README to README.txt [thewoolleyman]
file README.txt Thu Aug 21 08:57:33 -0700 2008 fix typo [thewoolleyman]
directory lib/ Tue Sep 02 01:14:29 -0700 2008 use mongrel_rails - script/server was hanging [thewoolleyman]
file selenium-rails.gemspec Tue Sep 02 02:14:39 -0700 2008 bump version [thewoolleyman]
README.txt
= Selenium Rails

Copyright:: (c) 2008 Chad Woolley and others
License::   MIT License

Selenium Rails supports the use of Selenium RC with Ruby on Rails projects.

= Instructions

* gem install selenium-rails
* Copy the file /lib/tasks/selenium_tasks.rake into your app's lib/tasks directory
* Write some selenium tests under test/selenium.  For an example app, see http://github.com/pivotal/minimalenium
* 'rake test:selenium' to run all selenium tests
* 'rake test:selenium TEST=test/selenium/my_test.rb' to run a single test file

For documentation on the Selenium Ruby gem, see http://selenium.rubyforge.org/

For documentation on the Selenium project and Selenium RC, see the Selenium homepage: http://www.openqa.org/selenium