thewoolleyman / selenium-rails
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
daf0f67
selenium-rails / README.txt
| f278e97b » | thewoolleyman | 2008-08-18 | 1 | = Selenium Rails | |
| 2 | |||||
| 3 | Copyright:: (c) 2008 Chad Woolley and others | ||||
| 4 | License:: MIT License | ||||
| 5 | |||||
| 6 | Selenium Rails supports the use of Selenium RC with Ruby on Rails projects. | ||||
| 7 | |||||
| 6a957627 » | thewoolleyman | 2008-08-20 | 8 | = Instructions | |
| 9 | |||||
| 59701ea0 » | thewoolleyman | 2008-08-21 | 10 | * gem install selenium-rails | |
| 6a957627 » | thewoolleyman | 2008-08-20 | 11 | * Copy the file /lib/tasks/selenium_tasks.rake into your app's lib/tasks directory | |
| 12 | * Write some selenium tests under test/selenium. For an example app, see http://github.com/pivotal/minimalenium | ||||
| e975aaeb » | thewoolleyman | 2008-08-20 | 13 | * 'rake test:selenium' to run all selenium tests | |
| 14 | * 'rake test:selenium TEST=test/selenium/my_test.rb' to run a single test file | ||||
| 15 | |||||
| 16 | For documentation on the Selenium Ruby gem, see http://selenium.rubyforge.org/ | ||||
| 6a957627 » | thewoolleyman | 2008-08-20 | 17 | ||
| 18 | For documentation on the Selenium project and Selenium RC, see the Selenium homepage: http://www.openqa.org/selenium | ||||
