Skip to content

Releases: badeball/cypress-cucumber-preprocessor

v20.1.1

27 Jul 07:28
Compare
Choose a tag to compare
  • Omit outputting empty "then" entries to the command log, relates to #1214.

v20.1.0

24 Jun 04:38
Compare
Choose a tag to compare
  • Include skipped (not omitted) tests in reports, fixes #1041.

v20.0.7

14 Jun 15:43
Compare
Choose a tag to compare
  • Updated all dependencies, fixes #1198.

v20.0.6

06 Jun 11:04
Compare
Choose a tag to compare
  • Search for configuration files using strategy project, fixes #1185.

v20.0.5

28 Apr 13:40
Compare
Choose a tag to compare
  • Updated all dependencies, fixes #1180.

v20.0.4

21 Apr 23:11
Compare
Choose a tag to compare
  • Fix type signature of defineParameterType to correctly reflect transformer property's optionality, fixes #1179.

v20.0.3

26 Mar 17:11
Compare
Choose a tag to compare
  • Handle browser / page crash gracefully, fixes #1172.

v20.0.2

03 Mar 09:27
Compare
Choose a tag to compare
  • Add support for skipped / pending scenario hooks, fixes #1159.

  • Add support for suite-level test configuration, fixes #1158.

v20.0.1

10 Jan 17:42
Compare
Choose a tag to compare
  • Handle more corner cases related to reload-behavior, fixes #1142.

v20.0.0

19 Dec 11:21
Compare
Choose a tag to compare

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(..) 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 a tool for merging messages reports, fixes #1137.

    • This is first and foremost created to support merging related reports obtained through parallelization using Cypress Cloud.