Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency nightwatch to v3 #3153

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 24, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nightwatch (source) 2.6.25 -> 3.12.1 age adoption passing confidence

Release Notes

nightwatchjs/nightwatch (nightwatch)

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

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
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

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

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.


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 14 times, most recently from 4e02794 to 9698bc0 Compare August 31, 2023 00:43
@renovate renovate bot force-pushed the renovate/nightwatch-3.x branch 6 times, most recently from 6c474cf to 46dc0fa Compare September 7, 2023 17:42
@renovate renovate bot force-pushed the renovate/nightwatch-3.x branch 5 times, most recently from 38591dc to 40e0a9b Compare September 15, 2023 18:44
@renovate renovate bot force-pushed the renovate/nightwatch-3.x branch 5 times, most recently from 86fab53 to 7aff049 Compare September 20, 2023 18:20
@renovate renovate bot force-pushed the renovate/nightwatch-3.x branch 2 times, most recently from 8e41920 to ad97d3c Compare October 29, 2024 18:44
@renovate renovate bot force-pushed the renovate/nightwatch-3.x branch 2 times, most recently from f862432 to e1e22d3 Compare November 7, 2024 16:12
@renovate renovate bot force-pushed the renovate/nightwatch-3.x branch 2 times, most recently from 8009811 to 06063e4 Compare November 11, 2024 19:08
@renovate renovate bot force-pushed the renovate/nightwatch-3.x branch 2 times, most recently from dcb6bd8 to 664ccc8 Compare December 19, 2024 22:00
@renovate renovate bot force-pushed the renovate/nightwatch-3.x branch 3 times, most recently from 171c3c6 to 56f56a2 Compare January 8, 2025 13:20
@renovate renovate bot force-pushed the renovate/nightwatch-3.x branch from 56f56a2 to 27c6f85 Compare January 9, 2025 14:19
@renovate renovate bot force-pushed the renovate/nightwatch-3.x branch 2 times, most recently from 7845083 to bef5936 Compare January 22, 2025 10:38
@renovate renovate bot force-pushed the renovate/nightwatch-3.x branch 2 times, most recently from daf8907 to c436ae4 Compare February 21, 2025 17:23
@renovate renovate bot force-pushed the renovate/nightwatch-3.x branch 3 times, most recently from c98584c to ada6cd6 Compare February 27, 2025 15:50
@renovate renovate bot force-pushed the renovate/nightwatch-3.x branch 6 times, most recently from 12d868b to ba40527 Compare March 12, 2025 02:21
@renovate renovate bot force-pushed the renovate/nightwatch-3.x branch 3 times, most recently from 294c8dc to 85791e5 Compare March 18, 2025 23:00
@renovate renovate bot force-pushed the renovate/nightwatch-3.x branch from 85791e5 to 653007d Compare March 19, 2025 19:14
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.

1 participant