This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 6d8a021cdab8d859c9d824bfda80c0c73941f0ac
tree 2e5b7cc3f142d06ccd2cd182911ce069c11b6191
parent 1b877814b38cbbd6d158bc335df5fc6a252612ab parent daf0f6732882c333c19c87a5f8d2da59e1e489e4
tree 2e5b7cc3f142d06ccd2cd182911ce069c11b6191
parent 1b877814b38cbbd6d158bc335df5fc6a252612ab parent daf0f6732882c333c19c87a5f8d2da59e1e489e4
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Aug 29 14:51:43 -0700 2008 | |
| |
Manifest | Fri Aug 29 01:00:11 -0700 2008 | |
| |
README.txt | Thu Aug 21 08:57:33 -0700 2008 | |
| |
lib/ | Tue Sep 02 02:13:33 -0700 2008 | |
| |
selenium-rails.gemspec | Tue Sep 02 02:14:39 -0700 2008 |
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







