Skip to content

Releases: nightwatchjs/nightwatch

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

v2.6.13

04 Feb 20:49
e3924a9
Compare
Choose a tag to compare
  • Fixed #3181 – waitForElementNotPresent inside section for the section element to be gone
  • Fixed #3455 – CDP does not reset the connection after a test session ends

v2.6.11

30 Jan 19:44
d514ed6
Compare
Choose a tag to compare
  • Fixed headless mode in chrome (#3581)
  • Fixed loading test files in ESM format on Windows #3585
  • Fixed unhandled promise rejection for wait element commands #3570
  • Added support for writing global test hooks using async/await and without a callback – 286aca

v2.6.8

09 Jan 22:51
ee6cc08
Compare
Choose a tag to compare
  • Fixed an issue with mobile app testing with test_workers enabled #3559