Log the error when zombie can't connect.
authorBen Thompson <ben@xtuple.com>
Sat, 1 Mar 2014 00:03:14 +0000 (19:03 -0500)
committerBen Thompson <ben@xtuple.com>
Sat, 1 Mar 2014 00:03:14 +0000 (19:03 -0500)
test/lib/zombie_auth.js

index 3640535..20aa789 100644 (file)
@@ -111,6 +111,7 @@ Simplest possible usage:
     };
 
     zombie.visit(host, {debug: verboseMode}, function (e, browser) {
+      console.log(e);
       //
       // This is the login screen
       //