1
0
Fork 0
mirror of https://github.com/thoughtbot/capybara-webkit synced 2023-03-27 23:22:28 -04:00
Commit graph

8 commits

Author SHA1 Message Date
Niklas Baumstark
bb8050696c really shutdown test HTTPS server. 2011-10-14 16:38:43 -04:00
Niklas Baumstark
d348e203a8 kill HTTPS server after usage, don't pollute STDOUT 2011-10-14 16:38:43 -04:00
Niklas Baumstark
a08e5e8794 adds Ruby-side configuration options and specs for ignoring SSL errors. 2011-10-14 16:38:43 -04:00
Matthew Mongeau
3eb366e011 Only allow process that started server to shut it down. 2011-10-14 15:49:19 -04:00
Hongli Lai (Phusion)
dc49e5f875 Forward webkit_server's stdout to Ruby's stdout.
This allows console.log() messages to be visible, and prevents
large numbers of console.log() calls from filling up webkit_server's pipe
which would block the process.
2011-08-15 19:04:40 +02:00
Ant Ramm
9fe7301d48 Added test for Capybara::Driver::Webkit and updated spec_helper path in spec/browser_spec.rb 2011-07-08 14:17:38 +01:00
John Barker
88d4a6aa65 Use neater be_between which is also inclusive, since 1024 is unprivileged and 65535 is valid 2011-07-06 20:36:30 +08:00
John Barker
3d39b59071 Add some basic testing for the browser to make sure the random port code is working 2011-07-06 20:30:52 +08:00