index.coffee | |
|---|---|
| | |
| Make sure Contextify is available to JSDOM | undefined |
zombie.visit(url, callback)zombie.visit(url, options, callback)Creates a new Browser, opens window to the URL and calls the callback when done processing all events. For example: zombie = require("zombie")
| undefined |
listen port, callbacklisten socket, callbacklisten callbackAsk Zombie to listen on the specified port for requests. The default port is 8091, or you can specify a socket name. The callback is invoked once Zombie is ready to accept new connections. | undefined |
| console.log(browser) pukes over the terminal, so we apply some sane defaults. You can override these: console.depth - How many time to recurse while formatting the object (default to zero) console.showHidden - True to show non-enumerable properties (defaults to false) | undefined |
| Default to debug mode if environment variable | undefined |
| Export the globals from browser.coffee | undefined |