David Goss
David Goss
Noting some overlap with https://github.com/cucumber/html-formatter/issues/283, where we also want a coherent way to express a test case for the purposes of the HTML formatter components.
I'm a bit uneasy about adding something that's geared specially around a TypeScript concept. I think plain old arrays would be fine though e.g. ```js defineSimpleParameterTypes({ Fruit: ['Apple', 'Orange', 'Cucumber'],...
@pk absolutely, feel free to raise PRs and let me know if you need any pointers.
Sorry for the confusion @pk - updating the examples in the .md docs would be equally valuable though!
@mattwynne I think you mentioned there was an initiative around this internally - do you still think it should be a part of Cucumber itself?
Hi @piemme, thanks for volunteering and yes it's still valid. A good way to get started on this would be: 1. Fork and clone the repository 2. In the `.eslintrc.yml`,...
This also affects `can-i-deploy` (but not `record-deployment`). https://github.com/pact-foundation/pact_broker-client/issues/121
Next step with this is to look at the deprecated `DatasetResource` path for ingestion. Will timebox this and abandon if it's going to take too much effort.
JS methods are named `attach` and `log` respectively - so yeah I think we're done here.
I would say it lives in cucumber-ruby, given jvm doesn't have this issue and js has solved it in its own way. The original query was about how it works...