45c5a6a34dRemove a couple pending specs
Bryan Helmkamp
2009-01-17 17:02:05 -0500
cdf9908f9eFixed bug where Scope was creating a new DOM rather than re-using the existing DOM. [#105 state:resolved]
Zach Dennis
2009-01-17 16:59:12 -0500
ebd9d8ed52Merge commit 'gaffo/lh_116_selenium_asserts' into lh_116
Bryan Helmkamp
2009-01-17 16:39:29 -0500
9133fdc0e2Need test/unit to test assert functionality
Bryan Helmkamp
2009-01-17 16:34:00 -0500
55bc6b8e00Merge commit 'gaffo/lh_123' into lh_123
Bryan Helmkamp
2009-01-17 16:27:39 -0500
7a7cb3f002Support passing an ActiveRecord model to #within when in Rails mode [#68 state:resolved] (Luke Melia)
Bryan Helmkamp
2009-01-17 13:18:42 -0500
21aef01222Merge history for 0.3.X releases into trunk
Bryan Helmkamp
2009-01-17 12:47:24 -0500
04b765976bchange matchers to use assert so that assertion count is incremented
Amos King
2009-01-14 11:38:38 -0600
f841ced43dadd line in History for fix#123
Amos King
2009-01-14 10:26:39 -0600
50c5d50ca7make asserts count for have_xpath
Amos King
2009-01-13 22:25:44 -0600
47c0b9520fmake asserts count for have_tag
Amos King
2009-01-13 22:25:34 -0600
e864d56079make asserts count for have_selector
Amos King
2009-01-13 22:25:22 -0600
3707262e72make asserts count for assert_contain
Amos King
2009-01-13 22:24:55 -0600
ea930106b6remove commented code and make assert_contain use a true assertion
Amos King
2009-01-13 22:14:49 -0600
652610381aadded selenium test for assert_selector
Amos King
2009-01-13 22:48:57 -0600
fd860a2e6dadded rails test for assert_selector
Amos King
2009-01-13 22:48:06 -0600
a32ec70d7fadded xpath test to selenium
Amos King
2009-01-13 22:45:26 -0600
647eb4cb6fadd test for assert_xpath
Amos King
2009-01-13 22:43:31 -0600
2d065e8a2dadd test for click_link with id to selenium
Amos King
2009-01-13 22:43:14 -0600
0aa5fda61dadded click link test to selenium
Amos King
2009-01-13 22:35:58 -0600
2510e7d43dadded clicking link by id
Amos King
2009-01-13 22:34:47 -0600
3902573d3eadd a link to the rendered text and add a test for clicking it
Amos King
2009-01-13 22:33:47 -0600
9745673f1cRevert "remove commented code and make assert_contain use a true assertion"
Amos King
2009-01-13 22:15:49 -0600
cdd390a19dremove commented code and make assert_contain use a true assertion
Amos King
2009-01-13 22:14:49 -0600
a396758da4fixed rakefile so the tasks will run the correct mode, and so there is a task to run both modes.
Amos King
2009-01-13 07:57:20 -0600
758e323f89breaking up selenium from rails_webrat tests for the moment
Mike Gaffney
2009-01-13 00:26:49 -0600
c0220232c7broke selenium mode tests out into a seperate file.
Mike Gaffney
2009-01-13 00:13:17 -0600
c1b49f36eaworking on getting standardized for the specs
Mike Gaffney
2009-01-12 23:31:14 -0600
86089d90b6Merge commit 'origin/lh_116_selenium_asserts' into test_unit_integrations
Mike Gaffney
2009-01-12 23:14:37 -0600
f7f8c91cb7getting selenium up and running
Mike Gaffney
2009-01-12 22:54:33 -0600
f2a202ae5eadding pids directories
Mike Gaffney
2009-01-12 22:44:53 -0600
f835bac31bcleaning out app and getting selenium mode to work
Mike Gaffney
2009-01-12 22:42:35 -0600
bdf660aecbRenamed the task for seleniumw
Mike Gaffney
2009-01-12 22:30:26 -0600
a8a63472bcbreaking the test mode out into a specific test modes
Mike Gaffney
2009-01-12 22:30:03 -0600
8b6477a0c6change History file
Amos King
2009-01-12 15:57:42 -0600
0a75799079update History file
cornel.borcean
2009-01-12 15:48:26 -0600
714d8679edchange attr_accessor :mode to attr_reader since there is a writer created after
Amos King
2009-01-06 09:45:51 -0600
c79d2216b2added selenium_browser_key to allow running on more than firefox, and completed the ability to configure to work with selenium grid." "
cornel.borcean
2009-01-12 15:15:11 -0600
e49c341fc0implemented start and stop selenium server only if the selenium_server_address is nil
cornel.borcean
2009-01-12 14:17:05 -0600
0edffe0ac4added selenium_server port and address and application address for configuring selenium more dynamically
cornel.borcean
2009-01-12 12:50:53 -0600
0ce92dfcd8changed selenium_environment to application_environment and deprecated selenium_environment and selenium_port
cornel.borcean
2009-01-12 12:32:14 -0600
8932544d46changed description for the application_port variable
cornel.borcean
2009-01-12 12:21:24 -0600
33d2cdcc53changed selenium_port to application_port to reflect what the variable is used for ...
cornel.borcean
2009-01-12 12:13:22 -0600
d4008ebc06oops didn't notice I was using the wrong matchers. Matchers now using Selenium mode.
Amos King
2009-01-09 23:13:57 -0600
928b224237Revert "include Webrat::Matchers in selinium mode"
Amos King
2009-01-09 23:11:33 -0600
10b31be511remove duplicated code from the Has Content matchers in selenium matchers file.
Amos King
2009-01-09 22:14:12 -0600
fbb74a5a98include Webrat::Matchers in selinium mode
Amos King
2009-01-09 22:13:34 -0600
b4d85cb50bAdded recognition of input tags with type button, which are generated by the Rails submit_to_remote helper
Lena
2009-01-07 12:27:47 +0100
076e198287In rails-2.3 parse_query_parameters is in RequestParser
Marcello Nuccio
2009-01-07 03:17:26 +0100
7fa51ab8c4Merge branch 'lh_86_assert_contains' of git@github.com:gaffo/webrat into lh_86_assert_contains
Mike
2009-01-05 13:30:56 -0600
d354c218d0had additional files that were moved earlier
Mike
2009-01-05 13:18:02 -0600
be82666a95had additional files that were moved earlier
Mike
2009-01-05 13:18:02 -0600
01cf6cea80credit where credit is due
Mike
2009-01-05 13:08:03 -0600
7bfa4c55c0Merge branch 'lh_86_assert_contains' of git@github.com:gaffo/webrat into lh_86_assert_contains
Mike
2009-01-05 13:06:53 -0600
021f197abcchange assert_tag and assert_no_tag to assert_have_tag and assert_no_tag so it won't conflict with rails and so that it will be more like the matchers.
Amos King
2009-01-05 13:03:08 -0600
ff00ae10eaadd have to assert_selector and assert_no_selector for consistency.
Amos King
2009-01-05 12:59:56 -0600
f814b79ac1change assert_xpath and assert_no_xpath to be assert_have_xpath and assert _have_no_xpath to be closer to the rspec matcher.
Amos King
2009-01-05 12:58:40 -0600
7901c7503aMerge branch 'master' of git://github.com/brynary/webrat into lh_86_assert_contains
Mike
2009-01-05 12:33:19 -0600
4e0845c8dbAdded assert_xpath and assert_no_xpath for Test::Unit support.
Amos King
2009-01-05 12:23:48 -0600
0f0dab0b0bUpaded to webrat newest
gaffo
2009-01-04 15:20:21 -0600
fe5d183e69backed out will add in again as a different feature
Amos King
2009-01-02 14:36:16 -0600
45bd577955fix selenium matchers to only overide needed methods from the oriinal matchers so that I don't have to write the same methods again for selenium mode.
Amos King
2009-01-02 14:31:43 -0600
b77c33b865added delegator for response_body to session so it is accessible from integration test when using test::unit
Mike
2009-01-02 13:05:27 -0600
b3d6c9d89bassert_contain and assert_not_contain fully functional
Amos King
2008-12-31 17:01:46 -0600
e19b1cc323Rails and Merb integration tests for following redirects
Josh Knowles
2008-12-29 23:14:26 -0500
e77495bc04Refactor redirect handling as Merb response doesn't support the redirect? method. All integration specs now passing again.
Josh Knowles
2008-12-29 22:45:55 -0500
b222d3fde3Allow the running of Rails/Merb integration specs independently
Josh Knowles
2008-12-29 22:07:56 -0500
7044eb5863Make merb integration test load 'local' webrat, instead of the gem.
Josh Knowles
2008-12-29 21:57:06 -0500
7258ea3349Make rails integration test load 'local' webrat, instead of the gem.
Nicolas Sanguinetti
2008-12-29 06:41:30 -0200
ce364d1663Refactor redirect support out of RailsSession & SinatraSession and into Session#request_page
Josh Knowles
2008-12-29 21:19:13 -0500
a569738542Running rake spec should run all specs (even those in sub-directories)
Josh Knowles
2008-12-29 20:54:59 -0500
0938c6dafcbugfix: when h was nil (which it was for all my tests), everyone would fail with nil.[]= errors. Making sure we at least have a blank hash fixes this.
Kieran Pilkington
2008-12-30 11:44:54 +1300
499dcefefeAdd integration tests for sinatra
Nicolas Sanguinetti
2008-12-29 06:41:50 -0200
33e853710eMake rails integration test load 'local' webrat, instead of the gem.
Nicolas Sanguinetti
2008-12-29 06:41:30 -0200
25c3fd73dbRename sinatra session spec so it matches the other ones
Nicolas Sanguinetti
2008-12-29 06:14:27 -0200
47bc51b864Merge commit 'brynary/master'
Nicolas Sanguinetti
2008-12-29 06:11:04 -0200
a058c8e5ccFix sinatra spec for redirects
Nicolas Sanguinetti
2008-12-29 06:05:04 -0200