Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

root: 100 24 trunk 12 5

latest revision Branch trunk

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

Created: 2006-07-31 17:02:54 -0500 (2 years 5 months ago) | Author: Jonas | Changeset: 12

Copied to: selenium-on-rails/config.yml.example 24

r816@D600 (orig r11):  dev | 2006-05-11 23:41:21 +0100
Rake test_acceptance returns error upon failing test (thanks Shinya)
Now Safari work, again (thanks Dave)
Only yml and csv files in the fixtures directory are available (thanks CH)

11 annotated / raw | Diffs: previous, other | Lines: 25 ( +3, -0 )

Created: 2006-07-31 17:02:20 -0500 (2 years 5 months ago) | Author: Jonas | Changeset: 11

r813@D600 (orig r10):  dev | 2006-05-04 00:49:02 +0100
Fixed Safari support.
Added partials_support to selenium_on_rails.rb.

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

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 new annotated / raw | Lines: 21 ( +21, -0 )

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.

latest revision Branch root:

100 annotated / raw | Diffs: previous, other | Lines: 33 ( +1, -1 )

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

Latest current

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

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

Copied from: selenium-on-rails/config.yml.example 35

New release

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

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

Copied to: current/selenium-on-rails/config.yml.example 79

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

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

34 annotated / raw | Diffs: previous, other | Lines: 33 ( +6, -0 )

Created: 2007-01-21 08:39:01 -0600 (23 months ago) | Author: sauy7 | Changeset: 34

Multiple fixes, see CHANGELOG for a full description.

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

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!

30 annotated / raw | Diffs: previous, other | Lines: 25 ( +3, -1 )

Created: 2006-12-07 19:22:06 -0600 (2 years 1 month ago) | Author: Jonas | Changeset: 30

[SOR-6] Save test result details into file in test:acceptance
Adds result_dir to config.yml
When the directory is set SeleniumController.record() stores the result as .html files.
Thanks Shinya!

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/config.yml.example 12

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