Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

root: 94 24 trunk 23 2

latest revision Branch trunk

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

Created: 2006-08-20 17:29:37 -0500 (2 years 4 months ago) | Author: Jonas | Changeset: 23

Copied to: selenium-on-rails/lib/selenium_on_rails/paths.rb 24

Added better support for fixture sets.
Added clear_tables to /selenium/setup
Closes [SOR-2]

17 annotated / raw | Diffs: previous, other | Lines: 54 ( +1, -1 )

Created: 2006-07-31 17:08:04 -0500 (2 years 5 months ago) | Author: Jonas | Changeset: 17

r837@D600 (orig r16):  dev | 2006-07-02 01:44:13 +0100
Make sure the last installed selenium gem is used

16 annotated / raw | Diffs: previous, other | Lines: 54 ( +12, -9 )

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

r835@D600 (orig r15):  dev | 2006-07-02 00:47:32 +0100
Support for Selenium 0.7 gem
Cross-platform issue with cvs directories fixed

14 annotated / raw | Diffs: previous, other | Lines: 51 ( +7, -5 )

Created: 2006-07-31 17:06:35 -0500 (2 years 5 months ago) | Author: Jonas | Changeset: 14

r828@D600 (orig r13):  dev | 2006-06-06 12:03:24 +0100
Added support for Selenium Core 0.7
Added rcov task

13 annotated / raw | Diffs: previous, other | Lines: 49 ( +2, -2 )

Created: 2006-07-31 17:03:55 -0500 (2 years 5 months ago) | Author: Jonas | Changeset: 13

r818@D600 (orig r12):  dev | 2006-05-12 23:36:33 +0100
Added initial support for Selenium Core 0.7
Renamed test_acceptance to test:acceptance

8 annotated / raw | Diffs: previous, other | Lines: 49 ( +6, -3 )

Created: 2006-07-31 16:56:57 -0500 (2 years 5 months ago) | Author: Jonas | Changeset: 8

r804@D600 (orig r7):  dev | 2006-02-23 21:22:26 +0000
Made the Selenium installation path a little more flexible and customizable
rake test_acceptance now works on *nix as well thanks to Shinya

5 annotated / raw | Diffs: previous, other | Lines: 46 ( +43, -37 )

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

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: 40 ( +40, -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:

94 deleted | Lines: 0 ( +0, -55 )

Created: 2008-10-26 22:28:47 -0500 (2 months 13 days ago) | Author: eric@8thlight.com | Changeset: 94

Quick fix for refactoring.

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

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

Copied from: selenium-on-rails/lib/selenium_on_rails/paths.rb 35

Copied to: current/selenium-on-rails/lib/views/selenium_on_rails/paths.rb 79

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.

35 annotated / raw | Diffs: previous, other | Lines: 57 ( +1, -5 )

Created: 2007-01-28 15:19:36 -0600 (23 months ago) | Author: Jonas | Changeset: 35

Copied to: selenium-on-rails/lib/views/selenium_on_rails/paths.rb 73

Added Selenium Core 0.8.2
Fixes [SOR-12]
Updated installation instructions for Windows

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

32 annotated / raw | Diffs: previous, other | Lines: 61 ( +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!

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

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

Copied from: trunk/lib/selenium_on_rails/paths.rb 23

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