Skip to content

Releases: nightwatchjs/nightwatch

v3.10.2

07 Jan 13:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.10.1...v3.10.2

v3.10.1

06 Jan 10:52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.10.0...v3.10.1

v3.10.0

01 Jan 14:25
Compare
Choose a tag to compare

NOTE: This release contains a few important fixes in the core of Nightwatch. So, if you encounter any unexpected behaviour after upgrading to this release that is not reproducible in the previous release, please open a new issue and tag @garg3133.

What's Changed

Fixes

  • Throw error and disable suite for duplicate test cases in describe instance. by @badra022 in #4302
  • Fix asynctree from getting cleared in between test case. by @garg3133 in #4325
  • Reject custom commands node promise on abortOnFailure. by @garg3133 in #4314
  • Fix unhandledRejection on error inside function-based custom commands. by @garg3133 in #4309
  • Restrict suppressNotFoundErrors to NoSuchElementError in new Elem API. by @Vaibhavsahu2810 in #4294
  • Fix TypeError while using assert.present() in new Elem API. by @garg3133 in #4303
  • Fix types for dragAndDrop command in new Elem API. by @ShreySinha02 in #4329

Enhancements and other changes

  • Add CustomCommandInstance interface for this in custom commands. by @garg3133 in #4310
  • Bump selenium-webdriver from 4.26.0 to 4.27.0 by @dikwickley in #4334

New Contributors

Full Changelog: v3.9.0...v3.10.0

v3.9.0

11 Nov 18:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.8.1...v3.9.0

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