chore(deps): update dependency nightwatch to v2 #579
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.7.11
->^2.0.0
Release Notes
nightwatchjs/nightwatch
v2.2.2
Compare Source
Important fixes
expect.element().to.not.be.present
throws error when the element is not presentNew features
The new Nightwatch init CLI tool is now available to use in order to kick-start a new Nightwatch test project in under 60 seconds.
Simply run:
Release notes for
create-nightwatch
:https://github.com/nightwatchjs/create-nightwatch/releases/tag/v1.0.0
Other
v2.2.1
Compare Source
The latest release introduces a new built-in HTML reporter and several new API commands based on the Chrome Devtools Protocol for mocking network responses, capturing logs, and more.
Improvements
Added new integrated HTML reporter with test status, assertion logs & raw HTTP logs - #3223;
Read more
Added built-in API commands for working with the Chrome Devtools Protocol - #3208:
setGeolocation
captureNetworkRequests
mockNetworkResponse
setDeviceDimensions
getPerformanceMetrics
enablePerformanceMetrics
takeHeapSnapshot
captureBrowserConsoleLogs
captureBrowserExceptions
Added
--mocha
cli flag to quickly switch the test runner to use MochaAdded
--open
cli flag to open the generated HTML report automaticallyAdded new integrated JSON reporter
Added support for using multiple reporters - #3003; to specify more reporters just add several
--reporter
arguments, e.g.:nightwatch --reporter html --reporter junit --reporter custom-reporter
Other
selenium-webdriver
to v4.2.0 - #3215v2.1.8
Compare Source
v2.1.7
Compare Source
global
package to fix an issue on windowsv2.1.5
Compare Source
sendKeys
command (#3045)v2.1.4
Compare Source
v2.1.3
Compare Source
ejs
to avoid a high severity vulnerabilityv2.1.2
Compare Source
v2.1.1
Compare Source
v2.1.0
Compare Source
The Nightwatch 2.1 release adds a few important fixes and several improvements, including upgrade to Selenium 4.1.1. Here's the full list:
Improvements
Support for working with Selenium relative locators
New error stack trace output which parses and highlights the source code line – #3071
Set network emulation settings in Chrome/Edge with the
.setNetworkConditions()
command (#2996)Automate the input of basic auth credentials with the
.registerBasicAuth()
command (Chrome/Edge) (#3116)Important Fixes
setValue
commandv2.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
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
orgeckodriver
are also installed from NPM. You can install the Selenium Server with:Fixes
Improvements
--parallel=<number of workers>
v2.0.7
Compare Source
v2.0.6
Compare Source
v2.0.5
Compare Source
d8dec00
)af54791
)v2.0.4
Compare Source
a17a7ac
)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
v1.7.12
Compare Source
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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.
This PR has been generated by Mend Renovate. View repository job log here.