Currently writing a custom Gherkin runner which runs our integration tests and
nicely shows interpolated steps, can skip if stuff fails, etc. #bdd
Embedded Photo

Thu, 09 Aug 2018 10:42:51 UTC1

1 reply

Replying to @coderbyheart

I tried this with #Jest, but it expects all tests to be defined synchronously,
which is a pain to implement, when test steps are constructed during runtime.