Skip to content

Releases: nightwatchjs/nightwatch

v3.6.2

10 May 11:51
Compare
Choose a tag to compare

What's Changed

Fixes

  • Fix command args showing as '[object Object]' in reporter. by @garg3133 in #4195
  • Fix test not aborting when waitFor commands used with async/await. by @garg3133 in #4196

Dependency updates

New Contributors

Full Changelog: v3.6.1...v3.6.2

v3.6.1

22 Apr 12:43
Compare
Choose a tag to compare

What's Changed

Enhancements

Fixes

  • Fix debug() allowing only one command run in async/await mode. by @chikara1608 in #4139
  • Fix help messages for iOS errors. by @garg3133 in #4189
  • Keep error's original messages for NoSuchElementError. by @garg3133 in #4191
  • Update Page Object tests to make sure invalid Page Objects elements are handled by @AutomatedTester in #4187

New aliases in new Element API (for backwards compatibility)

New Contributors

Full Changelog: v3.6.0...v3.6.1

v3.6.0

04 Apr 07:15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.5.0...v3.6.0

v3.5.0

15 Mar 13:44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.4.1...v3.5.0

v3.4.1

16 Feb 10:47
c990fc6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.4.0...v3.4.1

v3.4.0

29 Jan 12:11
2615dfb
Compare
Choose a tag to compare

What's Changed

Fixed and improvements:

Dependency updates:

  • Upgraded Selenium to 4.16 by David Burns in #4008. This upgrade brings improved stability, new features, and bug fixes, enhancing the overall testing capabilities with Nightwatch.
  • Updated nightwatch-axe-verbose dependency to enhance accessibility testing features, including improved axe-core integration and support for advanced configurations. by Priyansh Garg in #3993

Full Changelog

View Complete History

v3.3.8

10 Jan 20:28
d9c62b4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.7...v3.3.8

v3.3.7

29 Dec 20:04
2e6d2d4
Compare
Choose a tag to compare
  • Added – support for defining a custom return function for custom command fe9a01

v3.3.5

14 Dec 13:15
fe9a15a
Compare
Choose a tag to compare

What's Changed

  • Fixed process stalling for 4 mins after test run in Node v20+. by @garg3133 in #3976
  • Fixed #3639 waitFor commands not retrying for stale elements. by @garg3133 in #3978

Full Changelog: v3.3.4...v3.3.5

v3.3.4

11 Dec 13:00
ac00a59
Compare
Choose a tag to compare

What's Changed