timjroberts / cucumber-js-tsflow

Provides 'specflow' like bindings for Cucumber.js in TypeScript 1.7+.
MIT License
133 stars 34 forks source link

beforeAll / afterAll #78

Closed OhadR closed 1 year ago

OhadR commented 3 years ago

cucumber supports BeforeAll and AfterAll

Is there a way to support that via cucumber-js-tsflow?

thanks!

garfieldnate commented 2 years ago

There is a fork here with these hooks implemented: https://github.com/wudong/cucumber-js-tsflow/tree/before_after_all_hooks. It has a release to NPM, too. Not sure why this wasn't just sent as a PR to this repo.