public
Description: The full source code for projects used in Railscasts episodes.
Homepage: http://railscasts.com
Clone URL: git://github.com/ryanb/railscasts-episodes.git
100644 19 lines (13 sloc) 0.459 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Railscasts Episode #116: Selenium
 
http://railscasts.com/episodes/116
 
Outline
- start server in test env
- show testing product creation with Selenium IDE
- install selenium on rails plugin
- generate selenium test case for destroy action
- fix confirmation bug
- setup config and run rake test:acceptance
 
 
Commands
 
  script/plugin install git://github.com/ryanb/selenium-on-rails.git
  script/generate selenium destroy_product.rsel
  rake test:acceptance