Skip to content

Releases: badeball/cypress-cucumber-preprocessor

v21.0.2

04 Oct 18:27
Compare
Choose a tag to compare
  • Cache requested source maps, fixes #1245.

v21.0.1

03 Oct 14:33
Compare
Choose a tag to compare
  • Support config file locations other than project root, fixes #1243.

v21.0.0

28 Sep 18:36
Compare
Choose a tag to compare

Breaking changes:

  • Exported member preprocessor of @badeball/cypress-cucumber-preprocessor/browserify is removed.

    • User of @badeball/cypress-cucumber-preprocessor/browserify should change their Cypress config in accordance with the related examples.
  • The executable cypress-cucumber-diagnostics has been replaced by a dryRun option, relates to #1120 and #1129.

    • This is a massive overhaul of a feature that was originally ill-thought-out. I'm curious about the reception.

Other changees:

  • Re-introduce support for Node v18, fixes #1230.

  • Generate a temporary messages report in case of JsonFormatter errors, relates to #1161.

  • Support project directories containing square brackets, EG. /home/[foo] my project/, relates to #1196.

  • Allow features in arbitrary locations, fixes #1225.

v20.1.2

09 Aug 16:11
Compare
Choose a tag to compare
  • Updated all dependencies, including esbuild, relates to #1068.

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.