Currently writing a custom Gherkin runner which runs our integration tests and
nicely shows interpolated steps, can skip if stuff fails, etc. #bdd
1 reply
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.