Skip to content

Releases: badeball/cypress-cucumber-preprocessor

v4.0.1

10 Feb 17:15
Compare
Choose a tag to compare

4.0.1 (2021-02-10)

Bug Fixes

  • chokidar mismatch between browserify and cypress cucumber anymatch version (4ec370b)

v4.0.0

16 Oct 14:16
Compare
Choose a tag to compare

4.0.0 (2020-10-16)

Bug Fixes

  • tags: allow empty feature files (1e0ff7e), closes #239

Features

  • tags: improve the tags behavior, to base the glob on the cypress.json configuration (df8066a)

BREAKING CHANGES

  • tags: Glob pattern is no longer "cypress/integration/**/*.feature", but is now based on
    cypress.json configuration, and takes into account the ignoreTestFiles

v3.0.0

29 Sep 11:50
Compare
Choose a tag to compare

3.0.0 (2020-09-29)

Bug Fixes

  • release: manually release a major version (7f4395b), closes #443

BREAKING CHANGES

  • release: We are removing the lowercase given/when/then, please switch to Given/When/Then

v2.5.5

24 Aug 16:09
919bc4d
Compare
Choose a tag to compare

2.5.5 (2020-08-24)

Bug Fixes

  • release: manually release a patch version (919bc4d), closes #426

v2.5.4

19 Jul 17:55
Compare
Choose a tag to compare

2.5.4 (2020-07-19)

Bug Fixes

  • docstring.feature: extend DocString.feature tests to cover failing scenario (eb838d5)
  • featuresloader.js: pass spec as string to createTestsFromFeature fn (bc6dfb3), closes #415
  • loader.js: pass spec as string to createTestsFromFeature fn (cbe8c6e), closes #415

v2.5.3

07 Jul 07:07
Compare
Choose a tag to compare

2.5.3 (2020-07-07)

Bug Fixes

  • define commonPath based on nonGlobalStepBaseDir. (47f360a)
  • define commonPath based on stepBase. (fbbbc20)

v2.5.2

03 Jul 10:25
Compare
Choose a tag to compare

2.5.2 (2020-07-03)

Bug Fixes

  • nonGlobalStepDefinitions: .features files now work with webpack (8b92ed3)

v2.5.1

30 Jun 14:53
7d4a3d5
Compare
Choose a tag to compare

2.5.1 (2020-06-30)

Bug Fixes

v2.5.0

11 Jun 12:39
19d2083
Compare
Choose a tag to compare

2.5.0 (2020-06-11)

Features

  • getstepdefinitionspaths: configurable nonGlobalStepDefinitions base directory (1a7b57e)

v2.4.0

01 Jun 08:55
8a5f032
Compare
Choose a tag to compare

2.4.0 (2020-06-01)

Features

  • Don't ignore skipped features and scenarios when generating the cucumber.json files (5a28f9e), closes #288
  • add support for custom step timeout (#385) (ff9d006)