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

7 commits

Author SHA1 Message Date
Matthew Horan
ea06a1b57f Forward stderr from server to stderr, drop stdout
We don't actually write anything to stdout. Also rename the stdout
option to stderr, since that's where we forward the output.
2013-02-04 19:53:32 -05:00
Sean Geoghegan
701566341c Rescue from Errno::ESRCH in the exit hook in case webkit_server has already ended. 2013-01-13 16:10:24 -05:00
Matthew Horan
2ceab4e525 Forward stderr via Open3#popen3
Forwarding stderr via 2>&1 causes an additional child process to be
spawned.  Killing that process does not kill webkit_server.

JavaScipt console messages and alerts are now written to the logger
instead of directly to stdout.
2012-11-30 21:38:56 -05:00
Matthew Horan
e80a9c8b92 Pass fully qualified constants to #setsockopt
Fixes #396.
2012-11-22 22:03:01 -05:00
Joe Ferris
215e244f79 Fix tests and remove 'kind_of?' 2012-08-10 13:30:34 -04:00
Benjamin R. Haskell
943db0475e Set TCP_NODELAY option on the TCPSocket
* Fixes slowness issues on Linux
2012-08-10 13:11:42 -04:00
Joe Ferris
259a38f206 Follow new capybara driver naming/module conventions 2012-07-08 12:31:18 -07:00
Renamed from lib/capybara/driver/webkit/connection.rb (Browse further)