timjroberts / cucumber-js-tsflow

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

Error when using "And" step #116

Closed matthew2564 closed 1 year ago

matthew2564 commented 1 year ago

Trying to build a Scenario utilising the "And" step which is often useful for setting up variables/context - although I yield this error

Screenshot 2023-02-07 at 11 23 34

Should I be using a different binding?

Thanks.