Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

root: 96 24 trunk 23 2

latest revision Branch trunk

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

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

Copied to: selenium-on-rails/lib/controllers/selenium_controller.rb 24

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

13 annotated / raw | Diffs: previous, other | Lines: 54 ( +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

5 annotated / raw | Diffs: previous, other | Lines: 54 ( +9, -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.

2 new annotated / raw | Lines: 45 ( +45, -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:

96 annotated / raw | Diffs: previous, other | Lines: 122 ( +2, -2 )

Created: 2008-11-04 07:41:55 -0600 (2 months 5 days ago) | Author: eric@8thlight.com | Changeset: 96

Finally fixed an issue with test:acceptance that prevented getting real results.  How did that get there in the first place?

89 annotated / raw | Diffs: previous, other | Lines: 122 ( +9, -4 )

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

I don't understand git commits.  Updated to passing tests again.

75 annotated / raw | Diffs: previous, other | Lines: 117 ( +2, -6 )

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/lib/controllers/selenium_controller.rb 79

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

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

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

Trying to get this to run tests without being in the vendor/plugins directory.

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

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

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

Created: 2006-12-07 17:13:59 -0600 (2 years 1 month ago) | Author: Jonas | Changeset: 29

[SOR-5] CSS is not applied when using Selenium Core 0.8.1 with Firefox
Thanks Shinya!

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

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

Copied from: trunk/lib/controllers/selenium_controller.rb 23

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