Skip to content

Releases: nightwatchjs/nightwatch

v3.8.1

25 Oct 19:00
Compare
Choose a tag to compare

Issue in v3.8.0

  • Fix moveToElement command causing issues in v3.8.0 by @garg3133 in #4283

Fixes and other updates

  • Suppress errors for subsequently chained .find() commands by @dikwickley in #4119
  • Add new examples for element v3 API. by @dikwickley in #4274
  • fix: frame command overlapping with subsequent NW commands. by @garg3133 in #4276
  • fix: assertion failure in new Elem API leads to unhandledRejection. by @garg3133 in #4277
  • Add null check before rejecting BaseLoader.lastDeferred. by @garg3133 in #4278
  • type: Add driver property to NightwatchAPI. by @garg3133 in #4279
  • Enforce BrowserStack build requests to use port 443. by @garg3133 in #4282
  • fix: HTTP request agent does not change on protocol change. by @garg3133 in #4286

Full Changelog: v3.8.0...v3.8.1

v3.8.0

22 Oct 16:48
Compare
Choose a tag to compare

What's Changed

Enhancements

Fixes and other updates

New Contributors

Full Changelog: v3.7.0...v3.8.0

v3.7.0

24 Jul 10:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.6.4...v3.7.0

v3.6.4

09 Jul 09:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.6.3...v3.6.4

v3.6.3

22 May 10:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.6.2...v3.6.3

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

  • Add fallback for clear command. by @FireNdIce3 in #4035
    (This also impacts the setValue and updateValue commands which clears the field before sending new values.)
  • Use NoSuchElementError when element not found in new Element API. by @garg3133 in #4193

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