UNPKG

jest-cucumber

Version:
40 lines (18 loc) 1.83 kB
## [4.5.0](https://github.com/bencompton/jest-cucumber/compare/v4.4.0...v4.5.0) (2024-07-25) ### Features * expose Options, ErrorOptions, ScenarioNameTemplateVars from configuration ([6a9a8c3](https://github.com/bencompton/jest-cucumber/commit/6a9a8c36c409d24d62e68f164bd439ddd87aa362)) ## [4.4.0](https://github.com/bencompton/jest-cucumber/compare/v4.3.0...v4.4.0) (2024-05-15) ### Features * add basic done callback compatibility in steps ([91dc81c](https://github.com/bencompton/jest-cucumber/commit/91dc81c8d1cf2be620710e8a2502ef7e0f7f7c5d)) ## [4.3.0](https://github.com/bencompton/jest-cucumber/compare/v4.2.0...v4.3.0) (2024-05-13) ### Features * **deps:** upgrade @cucumber/gherkin to v28 ([f814610](https://github.com/bencompton/jest-cucumber/commit/f814610c039fe0f555e463f0bbb09c62547c9aa7)) ## [4.2.0](https://github.com/bencompton/jest-cucumber/compare/v4.1.0...v4.2.0) (2024-04-18) ### Features * added runner compatibility that does not globally expose the 'describe' and 'test' methods ([f33a087](https://github.com/bencompton/jest-cucumber/commit/f33a0870645da032c45c5c5bfa1a9b712f92b52b)) ### Bug Fixes * **loadFeature:** regression in loadFeature now corrected to consider global options for relative feature file loading ([938bf7c](https://github.com/bencompton/jest-cucumber/commit/938bf7cad93160088e3485a6af17167ef66f8b10)) ## [4.1.0](https://github.com/bencompton/jest-cucumber/compare/v4.0.10...v4.1.0) (2024-04-03) ### Features * **autoBindSteps:** add a context for sharing data between stages ([fb316ca](https://github.com/bencompton/jest-cucumber/commit/fb316ca23b3809a6bc09d0956f564852a30f5962)) * **autBindSteps:** add the ability to load a single feature via autoBindStep ([942d31f](https://github.com/bencompton/jest-cucumber/commit/942d31f04e24b52a4f0ca921f791a820e950d27c))