Skip to content

Releases: nightwatchjs/nightwatch

v2.6.21

16 May 17:28
Compare
Choose a tag to compare

What's Changed

  • Return correct status code for waitForElementNotPresent (#3678)
  • skipped tests have categorized as either user-marked or runtime-failed (#3711)
  • REPL interface exits on error or failed expect assertion.
  • Added rerun functionality for failed test (#3703)
  • Added describe name, hook timestamps to reporter (#3680)
  • feat/retry-data: Added retry test data to global reporter (#3712)
  • Always throw uncaught exceptions (#3708)
  • Added a fix for assert.hasAttribute (#3651)

Full Changelog: v2.6.20...v2.6.21

v2.6.20

07 Apr 13:40
Compare
Choose a tag to compare
  • feat: add support for dynamic filename for HTML Report (#3667) b82b75f
  • chore: fix build duration for HTML Reporter (#3683) 4173ac0
  • remove mkpath as a dependency (#3679) 48f488f
  • resolve overlapping testnames issue (#3539) a647ee7
  • fix: incorrect build duration in HTML Report (#3658) 5557e5a
  • update baseHook to handle hook done function inside command callback (#3636) 98226b8

v2.6.19...v2.6.20

v3.0.0-alpha.3

31 Mar 12:42
7b621bf
Compare
Choose a tag to compare
v3.0.0-alpha.3 Pre-release
Pre-release

What's Changed

Full Changelog: v3.0.0-alpha.2...v3.0.0-alpha.3

v2.6.19

23 Mar 20:50
dba6915
Compare
Choose a tag to compare
  • Fixed #3484 – Added elementId only param in moveTo command
  • Fixed #3652 – Command queue nodes with autoInvoke mode were executed twice
  • Fixed #3469 REPL interface exits on error
  • Fixed #3591 - added support to stringify objects in console output

v3.0.0 - Alpha 2

14 Mar 18:56
Compare
Choose a tag to compare
v3.0.0 - Alpha 2 Pre-release
Pre-release

What's Changed

Full Changelog: v2.6.16...v3.0.0-alpha.2

v2.6.18

14 Mar 18:54
Compare
Choose a tag to compare

What's Changed

No changes, just a version bump after the alpha.

Full Changelog: v2.6.17...v2.6.18

v2.6.17

10 Mar 14:16
4b1e6d2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.16...v2.6.17

v2.6.16

01 Mar 15:40
1e0668f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.6.15...v2.6.16

v2.6.15

19 Feb 14:01
7e4628f
Compare
Choose a tag to compare
  • Fixed #3574 – using end_session_on_fail regression
  • Fixed #3605 – when running in multiple environments, json and junit reporters generate report for only one environment

v2.6.14

12 Feb 17:35
a435cb4
Compare
Choose a tag to compare
  • Added global app property for using in native mobile app tests #3549
  • Added support to automatically upload the native mobile app to Browserstack AppAutomate service #3573
  • Added support for reading named exports from ESM files 2498fe
  • Added cli argument shortcuts for browser environments (--chrome, --firefox, --safari, --edge) 4cd9a8
  • Fixed visible commands for testing using Appium #3566

Full Changelog: v2.6.13...v2.6.14