chore(deps): update dependency @badeball/cypress-cucumber-preprocessor to v20 #1375
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:
~17.2.0
->~20.0.0
Release Notes
badeball/cypress-cucumber-preprocessor (@badeball/cypress-cucumber-preprocessor)
v20.0.1
Compare Source
v20.0.0
Compare Source
Breaking changes:
The
onAfterStep
hook, part of the API for adding attachments from the Node environment, is no longer invoked after scenario hooks, IE.After(..)
andBefore(..)
.AfterStep(..)
, which it was supposed to.The above-mentioned
onAfterStep
hook, is no longer invoked with awasLastStep
property.Messages reports are no longer implicitly enabled and written to disk when enabling JSON or HTML reports, fixes #1140.
Other changes:
Emit meta information (lib version, node version, os, ci) in meesage reports, fixes #1133.
The above-mentioned
onAfterStep
hook, is now invoked with a bunch of relevant data, relates to #1089.Add a tool for merging messages reports, fixes #1137.
v19.2.0
Compare Source
Add order option to all hooks, fixes #481.
Add a
filterSpecsMixedMode
option, fixes #1125.0b2702b
from v19.1.1 and re-introduces original behavior of discarding non-feature specs by default and introduces an option to control this behavior.v19.1.1
Compare Source
Mock and imitate Cypress globals during diagnostics / dry run, fixes #1120.
Avoid filtering non-feature specs upon tag expressions containing negating expressions, fixes #1116.
v19.1.0
Compare Source
BeforeAll(..)
andAfterAll(..)
hooks, fixes #758.v19.0.1
Compare Source
v19.0.0
Compare Source
Breaking changes:
Run
After(..)
hooks in reversed order of definition. This is in line with how cucumber-js behaves.Updated all dependencies, including
@cucumber/cucumber
to v10.Other changes:
Scenario hooks (
Before(..)
andAfter(..)
) are now invoked with an object containing a bunch of relevant data. This is in line with how cucumber-js behaves.Hooks may now be optionally named. This is in line with how cucumber-js behaves.
Omit outputting internal task to the command log when using
attach(..)
.Add an API for adding attachments from the Node environment, fixes #1089.
v18.0.6
Compare Source
Make the compile output play nicer with ESM, relates to #1093.
Allow visiting unconfigured domains in
before
hooks, fixes #1091.v18.0.5
Compare Source
v18.0.4
Compare Source
v18.0.3
Compare Source
stepDefinitions
, fixes #1065.v18.0.2
Compare Source
Add support for skipped steps, fixes #1053.
Handle use of
this.skip()
correctly in reports, fixes #1054.Export type member
IPreprocessorConfiguration
, fixes / supersedes #1057.Fix asynchronous scheduling of nested step, fixes #1063.
v18.0.1
Compare Source
@cucumber/messages
) a unique ID, fixes #1034.v18.0.0
Compare Source
Breaking changes:
TypeScript users that have previously been unable to upgrade
moduleResolution
tonode16
, and use thepaths
property as a workaround, must update their paths.From this
To this
Other changes:
@cucumber/pretty-formatter
, fixes #810.v17.2.1
Compare Source
Step hooks are logged using separate log groups, similar to how scenario hooks are logged.
Properly escape error messages in interactive mode.
Fix error in non-feature specs under certain conditions, fixes #1028.
Allow doesFeatureMatch to be called in support files, fixes #1025.
Configuration
📅 Schedule: Branch creation - "after 5pm on tuesday" in timezone Europe/Madrid, 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.