ajcollins / framework-examples forked from bret/framework-examples

Example Watir tests that use different frameworks and a common test application (depot, a rails app).

This URL has Read+Write access

name age message
file .gitignore Loading commit data...
directory .idea/ Mon Dec 15 11:01:56 -0800 2008 Default rake targets for all examples now run e... [bret]
file .project Tue Jan 06 08:53:53 -0800 2009 updating depot from watirteach [bret]
file README.txt
directory arc/ Mon Dec 15 11:01:56 -0800 2008 Default rake targets for all examples now run e... [bret]
directory cucumber/ Mon Dec 15 11:01:56 -0800 2008 Default rake targets for all examples now run e... [bret]
directory depot/
directory rasta/ Mon Dec 15 15:27:12 -0800 2008 change default rake task for rasta to only run ... [bret]
directory rspec/ Mon Dec 15 11:01:56 -0800 2008 Default rake targets for all examples now run e... [bret]
directory taza/
README.txt
Running the sample application (depot)

NOTE: all the files needed to run this app are not currently here!
- use rails 1.2
- use mysql 5.0
- see depot/README.txt for more details

> cd depot
> ruby script\server


Running tests

install ruby 186-26
gem update --system
gem install watir cucumber rspec win32console roo rasta taza

In each test directory, run:
rake -f <Rakefile>
where <Rakefile> is replaced with the name of the Rakefile eg Rakefile, rakefile.rb etc