John Lonergan
John Lonergan
### 🤔 What's changed? The cucumber and events formatters support the inclusion of Attachments. The proposed API is demonstrated in the tests as ... func stepWithAttachment(ctx context.Context) (context.Context, error) {...
Apologies for posting this as an issue - not sure how to get in touch with folk who understand the protocol. I'm finding that I cannot get a valid response...
Hi i was trying to use an esp32 to drive a vga signal but the sync pulses I create have a lot of jitter in them and I found your...
How? Any documentation? Thanks
Even if it's not able to populate all fields it would be a great help as it would allow use of others tools like react-cucumber with existing cuke Json files.
# See PR https://github.com/cucumber/godog/pull/634 ### 🤔 What's the problem you're trying to solve? I need the ability to installa hook that either knocks out an error returned from a step,...
# See https://github.com/cucumber/godog/issues/633 ### 🤔 What's changed? https://github.com/cucumber/godog/issues/633 covers the proposal. AfterStepHook doesn't allow full manipulation of the test outcome, so added PostStepHook to compensate without breaking compat. ### ⚡️...
### 👓 What did you see? We have a test in suite_context_test.go tht makes an assertion on what I consider the **wrong** behaviour. name: "fail_then_undefined_fails_scenario", afterStepCnt: 2, beforeStepCnt: 2, body:...
### 🤔 What's changed? Added option Dryrun that skips the execution of the step as the very last minute so as muc as possible of the step matching and arg...