zombie v0.7.3 Release Notes

Release Date: 2010-12-27 // over 13 years ago
  • ๐Ÿ›  Fixed non-sensical error message when selector fails matching a node (fill, check, select, etc).

    โž• Added debugging to help you figure out what's happening when tests run:

    • ๐Ÿ’ป Call browser.debug with a boolean to turn debugging on/off.
    • ๐Ÿ’ป Call browser.debug with a boolean and function to turn debugging on/off only while calling that function.
    • ๐Ÿ–จ Call browser.debug with multiple arguments to print them (same as console.log).
    • ๐Ÿ–จ Call browser.debug with a function to print the result of that function call.

    โž• Added an all revealing browser.dump: history, cookies, storage, document, etc. Simply call: browser.dump

    โœ… Testing that Zombie.js can handle jQuery live form submit event. Yes it can!

    185 Tests
    1.8 sec to complete