Skip to content

chore(deps): bump nightwatch from 1.3.4 to 1.3.7 #151

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

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

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps nightwatch from 1.3.4 to 1.3.7.

Release notes

Sourced from nightwatch's releases.

v1.3.7

Added new setting test_workers.node_options to enable passing node options to individual test worker processes. Usage:

  • This will pass all of process.execArgv:
test_workers: {
    enabled: true,
    // automatically compute the number of workers based on CPU cores
    workers: 'auto',
    // pass node arguments to individual workers (all of the process.execArgv)
    node_options: 'inherit',
},
  • This will pass only the specified cli options:
test_workers: {
    enabled: true,
    workers: 'auto',
    // selectively pass node arguments to individual worker processes
    node_options: ['--inspect']
},

v1.3.6

  • Fixed #2417 - --filter argument was ignored if both --filter and --skiptags are set
  • Fixed - an issue occurring when using --filter argument and an empty src_folders setting - b2c2daa363c77f2e99c718e1cabdcd87c8f2c13e
  • Added - improved jUnit reporting for assertions in before/after test hooks - 0cc36278b07f3d1df95d5e5e27c2a8a9109e61c4
  • Added - stripping of ansi control characters in jUnit xml reports and improved currentTest api property - 0cc36278b07f3d1df95d5e5e27c2a8a9109e61c4
  • Fixed - an issue with running tests using the describe interface more than once in the same test run - cb1221de53e8e14dd88b409dd4a8d23ff69ecac1
  • Fixed - a problem with using the global --timeout argument in some cases - 1b3abcdf6474e8d56ba4c9900819b134e0dcf7bc
  • Fixed - an issue where a failed assertion inside the after test hook would have blocked the test run - 1e1103282b7657a627fdb123453754e243940b24
  • Fixed - displaying the correct error message in case of using an unknown api assertion (e.g. due to a typo) - abaaaf82504b1aaded2fefa177fd3c9ca5b6f6f4
  • Fixed - remove the isVisible workaround for Safari lower than v12 - c8e34b2f8e983e68c1cda89fb636c5b0f96c41e1

v1.3.5

  • Fixed #2365 - Removed deprecated optimist package and updated implementation of cli help display;
  • Fixed an issue with specifying a non-default port to geckodriver and chromedriver;
  • Fixed a potential issue when not specifying a callback to some element protocol actions;
  • Fixed #2375 - remove incorrect cli args from safaridriver.
Commits
  • 2eed9cf 1.3.7
  • 4c651f3 updated unit test
  • a3781b1 resolved some vulnerabilities
  • cf4f590 added new setting test_workers.node_options to enable passing node options to...
  • c15829e Merge branch 'jjsquillante-issue/2438'
  • b00bdb8 Add test to ensure execArgv is preserved in child process.
  • 645748a Add optional process.execArgv to cliArgs.
  • 0da4bd9 Replacing old links to Selenium documentation with correct links (#2434)
  • bfde5e7 Add Buildkite to CI coloring support (#2432)
  • 6305f85 updated failed assertion logging format
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 22, 2020
@dependabot-preview
Copy link
Contributor Author

This pull request will no longer be automatically closed when a new version is found as this pull request was created by Dependabot Preview and this repo is using a version: 2 config file. You can close this pull request and let Dependabot re-create it the next time it checks for updates.

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