generated from e2e-boilerplate/cypress-typescript-cucumber-chai-expect
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Update dependency cypress-cucumber-preprocessor to v4 #83
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
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/cypress-cucumber-preprocessor-4.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b400e6c to
4a82425
Compare
4a82425 to
3a66d0b
Compare
d0ce2f3 to
66baa89
Compare
66baa89 to
06b58c6
Compare
06b58c6 to
08311a5
Compare
08311a5 to
a53485f
Compare
a53485f to
7a9d4c0
Compare
7a9d4c0 to
0d72861
Compare
8fcdec5 to
865c1f1
Compare
865c1f1 to
5ad7812
Compare
be78bc1 to
f0fa2b9
Compare
f0fa2b9 to
48f4751
Compare
48f4751 to
8d86a51
Compare
8d86a51 to
15afa5d
Compare
15afa5d to
3a1599b
Compare
602df48 to
206e259
Compare
206e259 to
825c63b
Compare
a9f7691 to
a0c163c
Compare
0da77d4 to
4848548
Compare
4848548 to
5a50f7e
Compare
5a50f7e to
94ed8a3
Compare
6f7afdd to
126ed49
Compare
126ed49 to
f4a538c
Compare
f4a538c to
db1b7a7
Compare
f57bd93 to
a6417e2
Compare
f5217e3 to
59daf26
Compare
94739fe to
c16164a
Compare
c16164a to
8e7cb83
Compare
8e7cb83 to
1f92ade
Compare
3e145e4 to
42743ff
Compare
dec8cc7 to
b8775f3
Compare
b8775f3 to
3b5852e
Compare
b65d52f to
6e94a08
Compare
6e94a08 to
656f416
Compare
656f416 to
d80e042
Compare
d80e042 to
fbf3c75
Compare
fbf3c75 to
53133a0
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
3.0.0->4.3.14.0.0->4.0.5Release Notes
TheBrainFamily/cypress-cucumber-preprocessor (cypress-cucumber-preprocessor)
v4.3.1Compare Source
Bug Fixes
v4.3.0Compare Source
Features
v4.2.0Compare Source
Features
v4.1.4Compare Source
Bug Fixes
v4.1.3Compare Source
Bug Fixes
v4.1.2Compare Source
Bug Fixes
Performance Improvements
v4.1.1Compare Source
Bug Fixes
v4.1.0Compare Source
Features
v4.0.3Compare Source
Bug Fixes
v4.0.2Compare Source
Bug Fixes
v4.0.1Compare Source
Bug Fixes
v4.0.0Compare Source
Breaking changes:
Removed support for using browserify as a bundler.
Browserify is largely unmaintained at this point and is making it impossible to keep dependencies up-to-date as Browserify itself does not do that. Furthermore, the Browserify bundler is deprecated by Cypress. If you'd still like to use Browserify, you can pin your dependency on
@badeball/cypress-cucumber-preprocessorto~23.x.y.A branch named
v23.x.yhas been created to continue illustrating how to use Browserify. This is mentioned in the FAQ.Bump node requirement slightly from v20.0.0 to ^20.12.0, ^21.7.0 or >=22.
chalkwithutil.styleText.Other changes:
Run hooks (BeforeAll/AfterAll) may now be optionally named. This is in line with how cucumber-js behaves.
Allow step hooks to return skipped / pending.
Attachments (using log(), link() or attach()) can be added in test run hooks (BeforeAll/AfterAll). This is in line with how cucumber-js behaves.
Remove use of patch-package in development mode, which was causing some issues, closes #1255.
Add rudimentary support for videos in reports (messages & HTML), fixes #1139.
This can be enabled by setting
attachments.addVideostotrue.Videos, as with screenshots, are base64-encoded inline within the reports, making them bigger. I suspect size might be an issue for large attachments and this is why I consider this to be rudimentary to begin with. As issues arise, options to externalize attachments might be considered.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.