Skip to content
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 cucumber to v6 #177

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cucumber ^4.2.0 -> ^6.0.0 age adoption passing confidence

Release Notes

cucumber/cucumber-js (cucumber)

v6.0.7

Compare Source

v6.0.6

Compare Source

v6.0.5

Compare Source

Fixed
  • json formatter: fix duration to be nanoseconds (was femtoseconds)

v6.0.4

Compare Source

Fixed
  • retry: create a new World instance for every attempt

v6.0.3

Compare Source

Fixed
  • Revert JSON formatter changes to be backward compatible

v6.0.2

Compare Source

Fixed
  • Upgrade to cucumber-expressions 8.0.1 to fix failure on multiple installs

v6.0.1

Compare Source

Fixed
  • Release to fix missing lib

v6.0.0

Compare Source

Added
  • Use --retry <NUMBER> and limit what tests will be retried with --retryTagFilter <EXPRESSION>
  • Event-protocol added an attemptNumber to test case started, test case finished, and all test step events and a retried boolean to the test case result to signify if the test case was retried
  • Add ability to retry flaky tests
  • usage-json formatter: add code and patternType
  • Add support for Node.js 12
Changed
  • Drop support for Node.js 6
  • JSON formatter has major Changed. View some sample outputs here. The *.json.js files contain the js objects the json parses to. (UPDATE - reverted in 6.0.3)
  • Duration is now in nanoseconds in event-protocol formatter and in events sent to custom formatters
  • Custom formatters: Formatter helpers and EventDataCollector had Changed to support retry
Fixed
  • Prevent after hooks from updating skipped scenarios to passed
  • Parallel: beforeAll / afterAll errors fail the suite
  • Fix CLI help link

v5.1.0

Compare Source

Fixed
  • Upgrade to babel 7

v5.0.3

Compare Source

Fixed
  • Only create Cucumber Expressions once

v5.0.2

Compare Source

Fixed
  • Update default of formatters' colors enabled to be true only if the stream is a TTY
  • Allow writing to stdout when running in parallel
  • Skip other before hooks if one returns skipped

v5.0.1

Compare Source

Fixed
  • Update dependencies to avoid licensing problems

v5.0.0

Compare Source

Added
  • Add support for Node.js 10
Changed
  • Drop support for Node.js 4
Fixed
  • Update dependencies to avoid licensing problems
  • Provide better error message when trying to attach data after the scenario has finished. This is possible if not waiting for the attach to finish.

Configuration

📅 Schedule: Branch creation - "before 4am 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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants