Releases: nightwatchjs/nightwatch
Releases · nightwatchjs/nightwatch
v2.6.13
v2.6.11
v2.6.8
v2.6.7
-
Fixed issue with reporting module names for parallel runs in #3547
-
Added Appium specific commands:
.appium.startActivity
.appium.getCurrentActivity
.appium.getCurrentPackage
.appium.getOrientation
.appium.setOrientation
.appium.getGeolocation
.appium.setGeolocation
.appium.pressKeyCode
.appium.longPressKeyCode
.appium.hideKeyboard
.appium.isKeyboardShown
-
Added several improvements for running Appium from Nightwatch:
- Full details #3519
Full Changelog: v2.6.6...v2.6.7
v2.6.6
- Fixed #3531 – cannot use axeRun in async/await format
Full Changelog: v2.6.5...v2.6.6
v2.6.5
Full Changelog: v2.6.4...v2.6.5
v2.6.4
v2.6.3
v2.6.1
- fixed an issue with
.within()
command for component tests - fixed an issue with
expect.element().value
– updated to use the getProperty('value') command;
v2.6.0
New features
- HTML Reporter V2 - the built-in HTML reporter for Nightwatch has been significantly upgraded and contains:
- brand new UI with added functionality
- support for DOM snapshots and built-in trace viewer (using the
--trace
cli flag) - integrated support for displaying reports from visual regression tests (via the official plugin @nightwatch/vrt)