Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

root: 99 24 trunk 5 2

latest revision Branch trunk

5 annotated / raw | Diffs: previous, other | Lines: 23 ( +4, -0 )

Created: 2006-07-31 16:52:54 -0500 (2 years 5 months ago) | Author: Jonas | Changeset: 5

Copied to: selenium-on-rails/routes.rb 24

r798@D600 (orig r4):  dev | 2006-02-19 01:13:45 +0000
Now it's only available in test environment per default (but it's configurable).
Added support for TestRunner.html&auto=true.
Added configurabilitization(tm)...
Added AcceptanceTestRunner.
Added Rake task test_acceptance.

2 new annotated / raw | Lines: 19 ( +19, -0 )

Created: 2006-07-31 16:49:12 -0500 (2 years 5 months ago) | Author: Jonas | Changeset: 2

r788@D600 (orig r1):  dev | 2006-02-05 23:07:14 +0000
Initial release of Selenium on Rails

latest revision Branch root:

99 annotated / raw | Diffs: previous, other | Lines: 24 ( +2, -0 )

Created: 2008-11-10 08:37:29 -0600 (1 month 29 days ago) | Author: eric@8thlight.com | Changeset: 99

Corrected the routes for when the server is started in modes other than test.

75 annotated / raw | Diffs: previous, other | Lines: 22 ( +1, -1 )

Created: 2008-09-12 10:10:25 -0500 (3 months 27 days ago) | Author: eric@8thlight.com | Changeset: 75

Copied to: current/selenium-on-rails/routes.rb 79

THe first pass at making all the tests run without being in the vendor directory.

73 annotated / raw | Diffs: previous, other | Lines: 22 ( +0, -1 )

Created: 2008-09-12 10:10:11 -0500 (3 months 27 days ago) | Author: eric@8thlight.com | Changeset: 73

Okay - I've added everything from Ryan Bates' git repo into mine.  Now to get the tests running and
to figure out what the changes were.

32 annotated / raw | Diffs: previous, other | Lines: 23 ( +1, -1 )

Created: 2006-12-11 16:44:33 -0600 (2 years ago) | Author: Jonas | Changeset: 32

routes.rb compatible with Rails 1.2
switch_environment.rb compatible with Rails 1.2
Support for two additional options (host and multi_window) in acceptance_test_ru
nner.rb
In path.rb use File.basename(log_file) instead of log_file because, being log_fi
le a user parameter, there is a potential security risk.

Thanks Nicola!

Branch point for: tag:pre-rails-2-1

24 new/copied annotated / raw | Diffs: previous, other | Lines: 23 ( +23, -0 )

Created: 2006-09-04 17:24:19 -0500 (2 years 4 months ago) | Author: Jonas | Changeset: 24

Copied from: trunk/routes.rb 5

Renamed trunk to selenium-on-rails (due to the way script/plugin install works)