-
Notifications
You must be signed in to change notification settings - Fork 4
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 v1.7.13 - autoclosed #1052
Conversation
1abe985
to
5955d4f
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: pils-frontend/package-lock.json
|
5955d4f
to
90faf87
Compare
cec1dcc
to
d30d027
Compare
98aa103
to
bc2ad35
Compare
30c2322
to
255c6ae
Compare
a6fe563
to
9727ffc
Compare
f9236fa
to
1ac6805
Compare
9727ffc
to
c3500f5
Compare
c3500f5
to
de38571
Compare
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #1052 +/- ##
=======================================
Coverage 22.34% 22.34%
=======================================
Files 14 14
Lines 179 179
Branches 21 21
=======================================
Hits 40 40
Misses 121 121
Partials 18 18 ☔ View full report in Codecov by Sentry. |
4b8b839
to
a619838
Compare
a619838
to
82b2903
Compare
62bfbe1
to
c458a79
Compare
4e06394
to
369bee3
Compare
c506c8f
to
6fcb557
Compare
07b2d58
to
8f02f13
Compare
8f02f13
to
1ac859c
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
This PR contains the following updates:
1.4.0
->1.7.13
Release Notes
nightwatchjs/nightwatch (nightwatch)
v1.7.13
Compare Source
v1.7.12
Compare Source
v1.7.11
Compare Source
proxy-agent
dependency package to the latest version.v1.7.10
Compare Source
updateValue
commandv1.7.9
Compare Source
selenium_host
config property wasn't set (#2892 )browserName
tonull
in order to accommodate Appium (#2882)v1.7.8
Compare Source
.verify
asserts withawait
orwaitFor
commands withabortOnFailure=false
didn't work in case of test failure (#2802, #2797)findElements
command (#2820)v1.7.7
Compare Source
v1.7.6
Compare Source
v1.7.5
Compare Source
7754054
v1.7.3
Compare Source
Nightwatch v1.7
New features
Nightwatch v1.7.0 introduces a few major new features and improvements for the test runner and also regarding the test syntax, such as:
Fluent API
It is now possible to use ES6 async/await syntax and also chain api commands together in the same test case; e.g.:
Integrated support for Microsoft Edge
You can now use the newer (Chromium-based) Microsoft Edge browser to run your Nightwatch tests. The auto-generated
nightwatch.conf.js
already includes configuration, so you can just run by passing theedge
environment:Parallelism for Firefox, Chrome, Safari, and Edge
You can now run tests in parallel via workers in any browser. Not only that, but now you can also run via test workers across multiple browsers in parallel.
Example:
New API commands
.getId()
convenience method.Example:
Fixes & Improvements
v1.7.2
: -betaCompare Source
Minor update to the auto-generated nightwatch config.
v1.7.1
: -betaCompare Source
This is a minor update to increase the default timeout option for browserstack in the auto-generated nightwatch config.
v1.7.0
: -betaCompare Source
This is a pre-release version for v1.7.3
v1.6.4
Compare Source
v1.6.3
Compare Source
v1.6.2
Compare Source
filename_format
config option for setting the filename format of the screenshots -- #2023 (see docsv1.6.1
Compare Source
v1.6.0
Compare Source
element()
andelements()
commands where inconsistent when used on section elementsv1.5.1
Compare Source
v1.5.0
Compare Source
Nightwatch v1.5 introduces support for using third-party automation libraries directly into Nightwatch tests, thus providing significantly more flexibility in writing custom commands/assertions and also the test itself. This functionality also aims to eliminate some of the burden in choosing between various frameworks, by providing the possibility to combine the functionality offered by other libraries, such as selenium-webdriver or WebdriverIO, with Nightwatch.
Other fixes and improvements:
--parallel
cli flag for easier running of tests with test workers – 5cfc278v1.4.3
Compare Source
v1.4.2
Compare Source
v1.4.1
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR has been generated by Mend Renovate. View repository job log here.