Releases: nightwatchjs/nightwatch
Releases · nightwatchjs/nightwatch
v3.4.1
What's Changed
- Warn about two
describe()
s in a single testsuite. by @garg3133 in #4011 - Fix error while exiting Nightwatch using Ctrl+C. by @garg3133 in #4013
- deps: Update
piscina
dependency tov4.3.1
. by @garg3133 in #4020 - Send
POST_SESSION_EVENT
with capabilities on session creation. by @garg3133 in #4024 - Add appium reset command by @AutomatedTester in #4019
- Disable HTML reporter in Cucumber. by @garg3133 in #4025
Full Changelog: v3.4.0...v3.4.1
v3.4.0
What's Changed
Fixed and improvements:
- Fixed #3998 – cannot set custom session status for retried test when using Browserstack, by Priyansh Garg in #3999
- Fixed #3990 – CDP connection not getting reset across sessions when using Selenium, by Priyansh Garg in #3994
- Fixed #3989 – Unable to fetch elements with reference to a ShadowRoot, by Priyansh Garg in #3992
- Fixed #4003 – Replace per-method packages with the main
lodash
package, by Priyansh Garg in #4005 - Fixed #4007 – add
parallel_process_delay
in worker threads by @gravityvi in #4007 - Fixed test hooks giving TypeScript error with
NightwatchBrowser
, by Priyansh Garg in #4004 - Added extended types for
waitFor
commands, by Priyansh Garg in #3986
Dependency updates:
- Upgraded Selenium to 4.16 by David Burns in #4008. This upgrade brings improved stability, new features, and bug fixes, enhancing the overall testing capabilities with Nightwatch.
- Updated
nightwatch-axe-verbose
dependency to enhance accessibility testing features, including improved axe-core integration and support for advanced configurations. by Priyansh Garg in #3993
Full Changelog
v3.3.8
v3.3.7
v3.3.5
v3.3.4
v3.3.3
What's Changed
- add check for browserstack turboscale urls by @nikhlagrwl in #3970
Full Changelog: v3.3.2...v3.3.3
v2.6.23
What's Changed
- add support for browserstack turboscale urls by @nikhlagrwl in #3969
Full Changelog: v2.6.22...v2.6.23
v3.3.2
What's Changed
- enable parallelism on any selenium host by @gravityvi in #3956
- improved the support for defining custom reporters via plugins
Full Changelog: v3.3.1...v3.3.2
v3.3.0
What's Changed
Fixes
- Update the description of abortOnFailure for waitForElementVisible.js by @gravityvi in #3934
- remove upper bound for number of worker threads by @gravityvi in #3930
- remove postInstall step by @AutomatedTester in #3953
- enable worker threads for mobile while using cloud services by @gravityvi in #3954
Dependencies
- Update Selenium to 4.14 by @AutomatedTester in #3944
- chore: update dependencies by @AutomatedTester in #3943
Full Changelog: v3.2.1...v3.3.0