timjroberts / cucumber-js-tsflow

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

Enable BeforeAll/AfterAll Hooks #50

Closed wudong closed 4 years ago

wudong commented 4 years ago

Enable BeforeAll and AfterAll hooks

beforeAll() and afterAll() can only be put on the static method of a class that has the bind() annotation.