| selenium-on-rails:/selenium-on-rails/lib/views/selenium_on_rails/acceptance_test_runner.rb |
Line History |
History |
latest revision Branch trunk13 annotated / raw | Diffs: previous, other | Lines: 209 ( +1, -1 ) Created: 2006-07-31 17:03:55 -0500 (2 years 5 months ago) | Author: Jonas | Changeset: 13 Copied to: selenium-on-rails/lib/selenium_on_rails/acceptance_test_runner.rb 24 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
12 annotated / raw | Diffs: previous, other | Lines: 209 ( +7, -4 ) Created: 2006-07-31 17:02:54 -0500 (2 years 5 months ago) | Author: Jonas | Changeset: 12 r816@D600 (orig r11): dev | 2006-05-11 23:41:21 +0100Rake 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: 206 ( +4, -3 ) 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 +0100Fixed Safari support. Added partials_support to selenium_on_rails.rb.
10 annotated / raw | Diffs: previous, other | Lines: 205 ( +70, -36 ) Created: 2006-07-31 17:01:32 -0500 (2 years 5 months ago) | Author: Jonas | Changeset: 10 r811@D600 (orig r9): dev | 2006-05-02 22:32:23 +0100Added partials support Fixed defect where missing RedCloth gem would make Selenese crash. Defect fixes in test_acceptance - starting server now works on *nix since output is no longer redirected to /dev/nul -- contributed by David Vollbracht - support for Safari is added (it doesn't support opening URLs from command-line arguments) -- contributed by Dave Hoover
8 annotated / raw | Diffs: previous, other | Lines: 171 ( +27, -5 ) 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 +0000Made 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: 149 ( +149, -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:95 deleted | Lines: 0 ( +0, -213 ) Created: 2008-10-26 22:29:03 -0500 (2 months 14 days ago) | Author: eric@8thlight.com | Changeset: 95 Removed the silly ruby files in the views directory.
73 new/copied annotated / raw | Diffs: previous, other | Lines: 213 ( +213, -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/acceptance_test_runner.rb 34 Copied to: current/selenium-on-rails/lib/views/selenium_on_rails/acceptance_test_runner.rb 79 Okay - I've added everything from Ryan Bates' git repo into mine. Now to get the tests running andto figure out what the changes were.
34 annotated / raw | Diffs: previous, other | Lines: 212 ( +5, -3 ) Created: 2007-01-21 08:39:01 -0600 (23 months ago) | Author: sauy7 | Changeset: 34 Copied to: selenium-on-rails/lib/views/selenium_on_rails/acceptance_test_runner.rb 73 Multiple fixes, see CHANGELOG for a full description.Branch point for: tag:pre-rails-2-1
32 annotated / raw | Diffs: previous, other | Lines: 210 ( +5, -3 ) Created: 2006-12-11 16:44:33 -0600 (2 years ago) | Author: Jonas | Changeset: 32 routes.rb compatible with Rails 1.2switch_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: 208 ( +1, -0 ) 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!
27 annotated / raw | Diffs: previous, other | Lines: 207 ( +18, -20 ) Created: 2006-11-14 18:30:01 -0600 (2 years 1 month ago) | Author: Jonas | Changeset: 27 Changes of modules included in SeleniumController didn't cause them to be reloaded (thanks pic) The Safari browser didn't get closed automatically (thanks Brian)
24 new/copied annotated / raw | Diffs: previous, other | Lines: 209 ( +209, -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/acceptance_test_runner.rb 13 Renamed trunk to selenium-on-rails (due to the way script/plugin install works)
|