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.8.0 age adoption passing confidence

Release Notes

nightwatchjs/nightwatch (nightwatch)

v3.8.0

Compare Source

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.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 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 a05bafa to be4a6ba Compare July 25, 2024 18:09
@renovate renovate bot force-pushed the renovate/nightwatch-3.x branch 5 times, most recently from 0d24f66 to afde575 Compare August 20, 2024 14:57
@renovate renovate bot force-pushed the renovate/nightwatch-3.x branch 10 times, most recently from 79014f9 to e4e0278 Compare September 16, 2024 15:03
@renovate renovate bot force-pushed the renovate/nightwatch-3.x branch 8 times, most recently from ae75fec to c3570d6 Compare September 23, 2024 20:57
@renovate renovate bot force-pushed the renovate/nightwatch-3.x branch 2 times, most recently from bf4c7ba to c87706c Compare September 27, 2024 21:20
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