Nightwatch v1.1.8 Release Notes

Release Date: 2019-05-06 // almost 5 years ago
    • โž• Added support for ES6 async/await custom commands (such as this example); previously async/await support was limited to testcases;
    • ๐Ÿ›  Fixed error handling for some cases when session was not created in Chrome and the error wasn't reported, unless you were in verbose mode;
    • ๐Ÿ›  Fixed #2079 - a regression which was causing waitForElementNotPresent command to not mark the assertion as failed when the element was still present after the timeout;
    • ๐Ÿ›  Fixed #2018 - calling custom commands on page objects would fail if first argument is an array (e.g. when using execute).