Skip to content

Bump nightwatch from 1.3.6 to 2.0.10#93

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/nightwatch-2.0.10
Closed

Bump nightwatch from 1.3.6 to 2.0.10#93
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/nightwatch-2.0.10

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 7, 2022

Bumps nightwatch from 1.3.6 to 2.0.10.

Release notes

Sourced from nightwatch's releases.

v2.0.10

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

v2.0.9

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

v2.0.8

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

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

v2.0.6

v2.0.5

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

2.0.4

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

v2.0.0

The public NPM release of Nightwatch 2.0 is here and can be installed directly with:

npm i nightwatch --save-dev
</tr></table> 

... (truncated)

Commits
  • e12fdba 2.0.10
  • e8b085c updated test for mocha issue with resetting the last error
  • 769614f fix: Last error does not reset in subsequent tests
  • 2ee018a 2.0.9
  • be091c6 Fixes #3077 -- an issue with apage navigate function
  • 1cedceb 2.0.8
  • 84ef93a 2.0.8-dev
  • 18aca13 remove cucumber tests from GA workflow
  • c626ad4 added cucumber tests to GA workflow
  • 3008c7b refactored tests for integrated cucumber test runner
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [nightwatch](https://github.com/nightwatchjs/nightwatch) from 1.3.6 to 2.0.10.
- [Release notes](https://github.com/nightwatchjs/nightwatch/releases)
- [Commits](nightwatchjs/nightwatch@v1.3.6...v2.0.10)

---
updated-dependencies:
- dependency-name: nightwatch
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 7, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 11, 2022

Superseded by #101.

@dependabot dependabot bot closed this Apr 11, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nightwatch-2.0.10 branch April 11, 2022 10:14
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.

0 participants