You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains 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
The onAfterStep hook, part of the API for adding attachments from the Node environment, is no longer invoked after scenario hooks, IE. After(..) and Before(..).
It now more closely mimic the behavior of AfterStep(..), which it was supposed to.
The above-mentioned onAfterStep hook, is no longer invoked with a wasLastStep property.
This is now easily determined by using other properties, as reflected in the docs.
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.
This is in line with how cucumber-js behaves.
The above-mentioned onAfterStep hook, is now invoked with a bunch of relevant data, relates to #1089.
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:
^19.0.0
->^20.0.0
Release Notes
badeball/cypress-cucumber-preprocessor (@badeball/cypress-cucumber-preprocessor)
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.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
Thanks for the PR!
Any successful deployments (not always required) will be available below.
Backend available
Frontend available
Legacy available
Once merged, code will be promoted and handed off to following workflow run.
Main Merge Workflow