brynary / webrat

Webrat - Ruby Acceptance Testing for Web applications

webrat / TODO.txt
100644 10 lines (10 sloc) 0.489 kb
1
2
3
4
5
6
7
8
9
10
Run tests in separate processes to eliminate constant-level dependencies
Add rake tasks for selenium runs
Add tests for selenium
Add tests for locator strategies
Use Webrat::Methods for Rails integration
Get file uploads workign with merb
Fix #within scoping for forms that exist outside the scope
Make current_url work with redirections
Track the current form based on the location of the last manipulated input, use this as a default for click_button
Verify SSL support in Rails and Merb