| selenium-on-rails:/current/selenium-on-rails/lib/controllers/selenium_controller.rb |
Line History |
History |
latest revision Branch trunk23 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 +0100Added 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 +0000Now 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: 122 ( +9, -4 ) 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: 117 ( +117, -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/lib/controllers/selenium_controller.rb 75 New release
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:acceptanceAdds 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 FirefoxThanks 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)
|