jest-cucumber

Execute Gherkin scenarios in Jest

APACHE-2.0 License

Downloads
1.1M
Stars
642
Committers
29

Bot releases are visible (Hide)

jest-cucumber - v4.5.0 Latest Release

Published by github-actions[bot] 3 months ago

4.5.0 (2024-07-25)

Features

  • expose Options, ErrorOptions, ScenarioNameTemplateVars from configuration (6a9a8c3)
jest-cucumber - v4.4.0

Published by github-actions[bot] 5 months ago

4.4.0 (2024-05-15)

Features

  • add basic done callback compatibility in steps (91dc81c)
jest-cucumber - v4.3.0

Published by github-actions[bot] 5 months ago

4.3.0 (2024-05-13)

Features

  • deps: upgrade @cucumber/gherkin to v28 (f814610)
jest-cucumber - v4.2.0

Published by github-actions[bot] 6 months ago

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)
jest-cucumber - v4.1.0

Published by github-actions[bot] 7 months ago

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)