cucumber-js-tsflow
cucumber-js-tsflow copied to clipboard
beforeAll / afterAll
cucumber supports BeforeAll and AfterAll
Is there a way to support that via cucumber-js-tsflow?
thanks!
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.