Skip to content

Releases: bencompton/jest-cucumber

v4.2.0

18 Apr 21:41
Compare
Choose a tag to compare

4.2.0 (2024-04-18)

Features

  • added runner compatibility that does not globally expose the 'describe' and 'test' methods (f33a087)

Bug Fixes

  • loadFeature: regression in loadFeature now corrected to consider global options for relative feature file loading (938bf7c)

v4.1.0

03 Apr 19:33
Compare
Choose a tag to compare

4.1.0 (2024-04-03)

Features

  • autoBindSteps: add a context for sharing data between stages (fb316ca)
  • autBindSteps: add the ability to load a single feature via autoBindStep (942d31f)