nightwatch v1.5.1 Release Notes

Release Date: 2020-10-29 // over 3 years ago
    • 🛠 Fixed #2529 - false warnings about settings being defined in globals

Previous changes from v1.5.0

  • Nightwatch v1.5 introduces support for using third-party automation libraries directly into Nightwatch tests, thus providing significantly more flexibility in writing custom commands/assertions and also the test itself. This functionality also aims to eliminate some of the burden in choosing between various frameworks, by providing the possibility to combine the functionality offered by other libraries, such as selenium-webdriver or WebdriverIO, with Nightwatch.

    🛠 Other fixes and improvements:

    • 🛠 Fixed #2245 - test_settings is undefined in global before hook
    • Added --parallel cli flag for easier running of tests with test workers – 5cfc278
    • Added a config setting to display timestamps in iso format – 1dad022