cucumber-js-tsflow icon indicating copy to clipboard operation
cucumber-js-tsflow copied to clipboard

beforeAll / afterAll

Open OhadR opened this issue 4 years ago • 1 comments

cucumber supports BeforeAll and AfterAll

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

thanks!

OhadR avatar Dec 28 '20 14:12 OhadR

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.

garfieldnate avatar Dec 21 '21 19:12 garfieldnate