Changelog
Version 0.12.4 2011-12-16
Return undefined for response status when there is no response.
362 Tests
2.4 sec to complete
Changelog
Version 0.12.3 2011-12-13
Fixed issue when globally declared variables with no values are not accessible (Brian McDaniel)
362 Tests
2.6 sec to complete
Changelog
Version 0.12.2 2011-12-12
Added global options, for example:
Zombie.site = "http://localhost:3003"
Zombie.visit("/browser/test", function() {
...
})
You can put Zombie in debug mode by setting environment variable DEBUG
, for example:
$ DEBUG=true vows
Also added silent
option to suppress all console.log
output from scripts.
Support origin in websockets (Glen Mailer)
Proper support for CSS style opacity
property.
360 Tests
2.5 sec to complete
Changelog
Version 0.12.1 2011-12-06
Added browser.success
, returns true if status code is 2xx.
Updated documentation to better reflect new API features and behaviors. Catching up on the many changes since 0.11.
DOM events now dispatched asynchronously as part of event loop.
Allow //<hostname>
URLs to be used in more places
359 Tests
2.4 sec to complete