Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 10, 2025

This PR contains the following updates:

Package Change Age Confidence
nightwatch (source) 2.6.25 -> 3.12.3 age confidence

Release Notes

nightwatchjs/nightwatch (nightwatch)

v3.12.3

Compare Source

What's Changed

New Contributors

Full Changelog: nightwatchjs/nightwatch@v3.12.2...v3.12.3

v3.12.2

Compare Source

What's Changed

New Contributors

Full Changelog: nightwatchjs/nightwatch@v3.12.1...v3.12.2

v3.12.1

Compare Source

What's Changed

Full Changelog: nightwatchjs/nightwatch@v3.12.0...v3.12.1

v3.12.0

Compare Source

What's Changed
  • Pass BDD describe title to JUnit reports by @​garg3133 in #​4386.
    (The name attribute of testsuite tag and the classname attribute of testcase tag will now contain the describe title instead of testsuite file path for BDD describe tests.)
  • Fix double entry of test case run times in reports. by @​garg3133 in #​4387
  • Fix test section stats and status in reports. by @​garg3133 in #​4388
  • Always return NightwatchClient instance from client.initialize() call. by @​garg3133 in #​4389

Full Changelog: nightwatchjs/nightwatch@v3.11.1...v3.12.0

v3.11.1

Compare Source

What's Changed

Full Changelog: nightwatchjs/nightwatch@v3.11.0...v3.11.1

v3.11.0

Compare Source

What's Changed

Enhancements

Full Changelog: nightwatchjs/nightwatch@v3.10.2...v3.11.0

v3.10.2

Compare Source

What's Changed

Full Changelog: nightwatchjs/nightwatch@v3.10.1...v3.10.2

v3.10.1

Compare Source

What's Changed

New Contributors

Full Changelog: nightwatchjs/nightwatch@v3.10.0...v3.10.1

v3.10.0

Compare Source

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
Enhancements and other changes

New Contributors

Full Changelog: nightwatchjs/nightwatch@v3.9.0...v3.10.0

v3.9.0

Compare Source

What's Changed

Full Changelog: nightwatchjs/nightwatch@v3.8.1...v3.9.0

v3.8.1

Compare Source

Issue in v3.8.0

Fixes and other updates

Full Changelog: nightwatchjs/nightwatch@v3.8.0...v3.8.1

v3.8.0

Compare Source

What's Changed

Enhancements
Fixes and other updates

New Contributors

Full Changelog: nightwatchjs/nightwatch@v3.7.0...v3.8.0

v3.7.0

Compare Source

What's Changed

Full Changelog: nightwatchjs/nightwatch@v3.6.4...v3.7.0

v3.6.4

Compare Source

What's Changed

New Contributors

Full Changelog: nightwatchjs/nightwatch@v3.6.3...v3.6.4

v3.6.3

Compare Source

What's Changed

Full Changelog: nightwatchjs/nightwatch@v3.6.2...v3.6.3

v3.6.2

Compare Source

What's Changed

Fixes
Dependency updates

New Contributors

Full Changelog: nightwatchjs/nightwatch@v3.6.1...v3.6.2

v3.6.1

Compare Source

What's Changed

Enhancements
  • Add fallback for clear command. by @​FireNdIce3 in #​4035
    (This also impacts the setValue and updateValue commands which clears the field before sending new values.)
  • Use NoSuchElementError when element not found in new Element API. by @​garg3133 in #​4193
Fixes
New aliases in new Element API (for backwards compatibility)

New Contributors

Full Changelog: nightwatchjs/nightwatch@v3.6.0...v3.6.1

v3.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: nightwatchjs/nightwatch@v3.5.0...v3.6.0

v3.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: nightwatchjs/nightwatch@v3.4.1...v3.5.0

v3.4.1

Compare Source

What's Changed

Full Changelog: nightwatchjs/nightwatch@v3.4.0...v3.4.1

v3.4.0

Compare Source


What's Changed

Fixed and improvements:
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

View Complete History

v3.3.8

Compare Source

What's Changed

Full Changelog: nightwatchjs/nightwatch@v3.3.7...v3.3.8

v3.3.7

Compare Source

  • Added – support for defining a custom return function for custom command fe9a01

v3.3.6

Compare Source

v3.3.5

Compare Source

What's Changed

Full Changelog: nightwatchjs/nightwatch@v3.3.4...v3.3.5

v3.3.4

Compare Source

What's Changed

v3.3.3

Compare Source

What's Changed

Full Changelog: nightwatchjs/nightwatch@v3.3.2...v3.3.3

v3.3.2

Compare Source

What's Changed

  • enable parallelism on any selenium host by @​gravityvi in #​3956
  • improved the support for defining custom reporters via plugins

Full Changelog: nightwatchjs/nightwatch@v3.3.1...v3.3.2

v3.3.1

Compare Source

v3.3.0

Compare Source

What's Changed

Fixes
Dependencies

Full Changelog: nightwatchjs/nightwatch@v3.2.1...v3.3.0

v3.2.1

Compare Source

What's Changed

Full Changelog: nightwatchjs/nightwatch@v3.2.0...v3.2.1

v3.2.0

Compare Source

What's Changed

Full Changelog: nightwatchjs/nightwatch@v3.1.3...v3.2.0

v3.1.3

Compare Source

What's Changed

  • Fix waitUntil paramenter ordering; update waitUntil documentation; 3839
  • Fixed build script and dev script for running tests on windows. 3866
  • Fix flaky disable_typescript config test. #​3865
  • Fix .registerBasicAuth() not working in Edge browser Fixes #​3848 #​3857
  • fix es6 module import by #​3858
  • Update a few eslint rules around spacing. #​3864
  • FAdd tag_filter type to NightwatchOptions interface. #​3825 #​3830
  • chore: bump mocha 9.2.2 => 10.2.0 #​3860
  • Add more events for analytics #​3856
  • Move log related commands to .logs namespaces. #​3796
  • Update Selenium to 4.11 #​3882
  • Deprecate colors.js module in favour of chalk.js #​3852

New Contributors

Full Changelog: nightwatchjs/nightwatch@v3.1.2...v3.1.3

v3.1.2

Compare Source

v3.1.1

Compare Source

v3.1.0

Compare Source

We’re super excited to announce the release of Nightwatch v3. It that has been built around these three pillars:

  • Developer Experience: The entire experience from getting started, to writing and debugging tests, has been redesigned for speed, stability, and consistent non-flaky results.

  • Mobile first: Test your web or native, iOS and Android, mobile applications on simulators, real mobile devices or a cloud grid like BrowserStack.

  • One test automation framework: Run all types of tests from unit, component, and E2E to API, visual, and accessibility with a single framework.

What's Changed

New Features
Fixes
TypeScript Fixes
Dependency Updates
Cucumber
General

New Contributors

Full Changelog: nightwatchjs/nightwatch@v3.0.1...v3.1.0

v3.0.1

Compare Source

We’re super excited to announce the release of Nightwatch v3. It that has been built around these three pillars:

  • Developer Experience: The entire experience from getting started, to writing and debugging tests, has been redesigned for speed, stability, and consistent non-flaky results.

  • Mobile first: Test your web or native, iOS and Android, mobile applications on simulators, real mobile devices or a cloud grid like BrowserStack.

  • One test automation framework: Run all types of tests from unit, component, and E2E to API, visual, and accessibility with a single framework.

New features

New element APIs

With Nightwatch v3, we have revamped the element API to make test authoring simpler and more concise. Learn more
More rich & powerful selectors

New selectors are introduced as part of this latest versions

.findByText()

.findByPlaceholderText()

.findByAltText()

.findByRole()

You can also chain selectors to find elements that are more complex to find

For E.g.

browser.element.find('CSS Selector').findByText('text').click();

Guide

Performance improvements

Nightwatch v3 has implemented worker threads for parallel runs and we have observed improvements of up to 25% between Nightwatch v2 & v3. Try it now

Nightwatch inspector

Nightwatch v3 introduces a point and click tool that can help you easily find selectors. It will improve your productivity of authoring tests & help you find durable selectors for lower long term maintenance. Learn more

Angular component testing

With Nightwatch v3 you can test Angular components in isolation by mounting them in the browser. Try it now

Test doubles

The unit testing with Nightwatch got an upgrade as v3 introduced test doubles. You can use mocks, stubs & spies in your Nightwatch tests.

Fixes

Other Improvements

Breaking changes

We have tried to ensure that there are no breaking changes while upgrading to v3. However, in case you need migration assistance please reach out to us on our new Nightwatch v3 channel on Discord

v3.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/nightwatch-3.x branch 7 times, most recently from df78d71 to 13c8ca4 Compare September 16, 2025 17:33
@renovate renovate bot force-pushed the renovate/nightwatch-3.x branch 9 times, most recently from 3c57e56 to 61c18f1 Compare September 24, 2025 18:07
@renovate renovate bot force-pushed the renovate/nightwatch-3.x branch 2 times, most recently from a14a8fa to 2528da8 Compare September 30, 2025 18:29
@renovate renovate bot force-pushed the renovate/nightwatch-3.x branch from 2528da8 to caa9091 Compare October 7, 2025 20:52
@renovate renovate bot force-pushed the renovate/nightwatch-3.x branch 5 times, most recently from 1873b8f to b1caf64 Compare October 28, 2025 11:45
@renovate renovate bot force-pushed the renovate/nightwatch-3.x branch 4 times, most recently from b22d0f8 to b616beb Compare October 31, 2025 00:15
@renovate renovate bot force-pushed the renovate/nightwatch-3.x branch from b616beb to eabf4ef Compare November 18, 2025 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants