7692930769clean up constant definitions for rails and fix merb port fubar on selenium appserver stop
Corey Donohoe
2009-02-15 14:37:38 -0700
9066d2a9cdadd specs for starting and stopping appservers, covers rails, sinatra and merb
Corey Donohoe
2009-02-13 20:26:44 -0700
4bf49a5163allow picking your appserver type via a configuration option, not discovering framework specific files in the current working directory. also start rack apps with the application port parameter
Corey Donohoe
2009-02-11 11:17:43 -0700
8fbcbef180better handling for starting/stopping the server
Corey Donohoe
2009-02-11 10:09:23 -0700
82eabc31eesmall fixup for sinatra + selenium, use rackup instead of mongrel_rails if config.ru exists
Corey Donohoe
2009-02-11 09:25:39 -0700
24eab77ecdAccept do/end blocks in matchers. [#157 state:resolved]
Peter Jaros
2009-02-08 19:02:24 -0500
56e6d15811add uncheck to selenium_session
Lee Bankewitz
2009-01-30 15:15:22 -0500
ea8e1910d1Added single-quotes around --chdir argument to mongrel_rails call, as webrat bombs with a file not found error if RAILS_ROOT contains a space.
T.J. VanSlyke
2009-01-30 11:37:43 -0800
49e86d103fcomment out have_tag from selenium matcher which overrides rails' have_tag
Noah Davis
2009-01-28 14:34:24 -0500
3d5dd1343cturning off have_tag test for now until we figure out whether we want it or not. Making integration not run the selenium tests for now. Need a eventually framework for test::unit
Mike Gaffney
2009-01-25 18:30:03 -0600
8d9d907e73have_tag is built into rails and rspec and we don't want to overload those. Please use assert_contain or assert_select Revert "Make have_tag work in rails as well as Merb"
Mike Gaffney
2009-01-24 13:01:41 -0600
f956bea7ddAdding rescue from Webrat::TimeoutError in selenium matchers which allows NegativeMatchers to behave correctly
Noah Davis
2009-01-24 01:36:58 -0500
18fa3ab11cMerge branch 'master' of git@github.com:gaffo/webrat
Mike Gaffney
2009-01-23 22:55:32 -0600
40280a4a0dfix history to be in correct version.
Amos King
2009-01-23 22:53:29 -0600
fc4ba75e22Merge branch 'master' of git@github.com:gaffo/webrat
Mike Gaffney
2009-01-23 22:46:16 -0600
099341cedeForgot to add Mike
Amos King
2009-01-23 22:42:34 -0600
f4f0e3b6a7Merge branch 'master' of git@github.com:brynary/webrat
Mike Gaffney
2009-01-23 22:35:46 -0600
483559f279Makes have_tag work outside of Merb.
Amos King
2009-01-23 21:32:54 -0600
0a021059d6Added to rails test for have_tag
Amos King
2009-01-23 21:13:52 -0600
6e7609e01cMake have_tag work in rails as well as Merb
Amos King
2009-01-23 21:13:13 -0600
118b522662moved have content
Amos King
2009-01-23 21:03:19 -0600
3a5d34e759Moved have selector
Amos King
2009-01-23 21:01:21 -0600
5a91f10a99Began moving selenium matchers to their own files to be consistent with core matchers and for maintainability.
Amos King
2009-01-23 20:59:30 -0600
0b8e378fb2change to use rails label tag for test.
Amos King
2009-01-23 20:56:16 -0600
5b8e451272forgot to update History file
Amos King
2009-01-23 20:37:35 -0600
cbddebd01cMerge branch 'lh_82' of git@github.com:gaffo/webrat
mike.gaffney
2009-01-23 16:23:12 -0600
a1ef306838update Rakefile to run test_units with the new test task
Amos King
2009-01-23 16:13:43 -0600
996eedb0d2Switch to using selenium.click instead of .check when checking a checkbox
Noah Davis
2009-01-23 17:08:04 -0500
8c0facc5afcleanup and tests closes LH #82
Amos King
2009-01-23 16:05:33 -0600
813adcc238Remove the rails selenium test directory and change rake tasks for selenium and rails modes to run the same tests. The end goal should be that the same tests run in both Seleium and Webrat.
Amos King
2009-01-23 15:37:26 -0600
da59584cdfadd the ability for selenium mode to create pids dirs
Amos King
2009-01-23 15:34:51 -0600
2c9b546a83Merge branch 'lh_120_tests_with_selenium' of git@github.com:gaffo/webrat into lh_82
Amos King
2009-01-23 15:11:16 -0600
0272e81847Fixed issue where webrat was only using relative paths when making requests for Rails apps. This borked Rails apps that use subdomains [John Hwang/Zach Dennis]
Zach Dennis
2009-01-20 20:54:59 -0500
7a59353c78Unfortunately this commit breaks any Rails specs which pass anchor tags. I like the concept, but I'd prefer to work on this post 0.4.1 once I have a bit more time to work out the failures in our referance app. This reverts commit 4fc2b7eb7e.
Josh Knowles
2009-01-20 20:08:57 -0500
4fc2b7eb7eremoving the normalization of url's for the rails session. stipping them of host, port, and anchors is not really needed, especially since josh's redirect change to stop when going to a different host. See comments here: http://webrat.lighthouseapp.com/projects/10503-webrat/tickets/132
Adam Greene
2009-01-16 12:18:22 -0800
4e3cf59920adding a helper method to make it easier to see where the user was redirected_to
Adam Greene
2009-01-16 12:12:50 -0800
ce36e5890flets follow redirects that are on the same domain but a different subdomain...
Adam Greene
2009-01-14 12:53:29 -0800