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

chore(deps): update dependency nightwatch to v2 #2795

Merged

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Feb 18, 2022

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

nightwatchjs/nightwatch

v2.0.10

Compare Source

Fixed an issue occurring when using the Mocha integrated test runner and a test failure was logged in an async testcases.

v2.0.9

Compare Source

  • Fixed #​3077 - an issue with page navigate where the url was defined as a function

v2.0.8

Compare Source

This releases adds a few important fixes and improvements. We have made sure that Nightwatch works very well when using the Selenium 4 server in standalone mode and we've added several improvements and fixes for when using Mocha as a test runner.

Users of Selenium Server can now install our own jar download library from NPM and then use it in Nightwatch with no other config necessary. Make sure that chromedriver or geckodriver are also installed from NPM. You can install the Selenium Server with:

npm i @​nightwatch/selenium-server
Fixes
  • Fixed #​3054 – default port was not updated for some commands when running in parallel mode
  • Fixed #​3052 – Running Nightwatch with Selenium Server 4 in standalone mode
  • Fixed #​3055 – Missing error message in case of overwriting an existing command
  • Fixed #​3050 – required definition of package.json in current directory
  • Fixed #​3075 - an unhandledRejection was occurring when assertion fails while in async mode and if followed by other chained assertions
  • Fixed #​3074 - chrome CDP commands loading was throwing an error
Improvements
  • Added support to start/stop Selenium Server separately when in parallel mode (nightwatchjs/nightwatch@282e269)
  • Added several improvements for child process output formatting when running in parallel mode with test workers
  • Added support to specify test workers count in the cli as --parallel=<number of workers>

v2.0.7

Compare Source

  • Fixed #​3031 - unable to start selenium server from nightwatch on windows

v2.0.6

Compare Source

v2.0.5

Compare Source

  • Added several improvements to better support component testing (d8dec00)
  • Added added an improvement for external globals to be persisted properly (af54791)

v2.0.4

Compare Source

  • Fixed an issue with expect not rejecting the promise correctly and causing an unhandledRejection (a17a7ac)
  • Added support for expect.element().an() to accept case-insensitive tag names and regular expressions (efb6f10)

v2.0.2

Compare Source

v2.0.1

Compare Source

v1.7.13

Compare Source


Configuration

📅 Schedule: "before 3am on Friday" (UTC).

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

Rebasing: Whenever PR becomes conflicted, 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, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate-bot renovate-bot requested a review from a team February 18, 2022 01:25
@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label Feb 18, 2022
@codecov
Copy link

codecov bot commented Feb 18, 2022

Codecov Report

Merging #2795 (75d4850) into main (13a0e7e) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #2795   +/-   ##
=======================================
  Coverage   93.48%   93.48%           
=======================================
  Files         163      163           
  Lines        5541     5541           
  Branches     1166     1166           
=======================================
  Hits         5180     5180           
  Misses        361      361           

@legendecas
Copy link
Member

The CI failure can be fixed by #2768

@renovate-bot renovate-bot force-pushed the renovate/nightwatch-2.x branch 3 times, most recently from fcdb396 to c30e824 Compare March 2, 2022 22:43
@renovate-bot renovate-bot force-pushed the renovate/nightwatch-2.x branch from c30e824 to 75d4850 Compare March 5, 2022 08:59
@vmarchaud vmarchaud merged commit a0c1236 into open-telemetry:main Mar 5, 2022
@renovate-bot renovate-bot deleted the renovate/nightwatch-2.x branch March 5, 2022 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants