davidjgoss

Results 115 comments of davidjgoss

To be clear when we talk about the "final log" do we mean the summary (default) formatter? If so we could lean on [the `--format-options` mechanism](https://github.com/cucumber/cucumber-js/blob/master/docs/cli.md#format-options) rather than introducing new...

So my understanding here is that we're talking about [custom work assignment](https://github.com/cucumber/cucumber-js/blob/main/docs/parallel.md#custom-work-assignment) and specifically wanting to use the `atMostOnePicklePerTag` helper but without having the specific tags live in the support...

Java was done in https://github.com/MarquezProject/marquez/pull/2623, which just leaves Python.

@lornajane sure, I’ll try and get those changes done over the next few days or so. (Thanks everyone for input.)

@Izhaki I'm aware of that, but it is triggered by Cucumber trying to load code and will frequently be due to misconfguration, so if we can surface that in a...

Thanks for showing your interest folks. The core team will get to this but I can't promise when. Meanwhile, if anyone is up for contributing a PR, we'd more than...

@iomedico-beyer thanks for highlighting that perspective on the German language. At this point it looks unlikely we will enforce strict keywords, at least any time soon if ever. So we...

Just noting here the idea raised on the issue of, rather than adding a new `testRunContext` concept, just passing in the world parameters and allowing a `BeforeAll` to return a...

> What about allowing BeforeAll to preprocess the world parameters? If it returns an object, that object will be the new world parameters - otherwise the world parameters remain unchanged....

Released in https://github.com/cucumber/cucumber-js/releases/tag/v10.1.0 See the documentation linked from the changelog entry for usage.