David Goss

Results 186 comments of David Goss

@epszaw thanks for adapting this PR! It should be mergeable once I get the messages change released which I’m working on now.

This was released in 8.8.0 https://github.com/cucumber/cucumber-js/releases/tag/v8.8.0

Sorry for the late reply @jan-molak. Having the original exception on the param for `After` and `AfterStep` makes sense to me. I think we could do something with messages as...

> > Having the original exception on the param for After and AfterStep makes sense to me. > > Fab, that would be of great help! Should I send you...

In a similar vein it would make sense to emit a warning when `requireModule` is used at the same time as `import` because that's probably not going to work.

Thanks for the feedback @mattwynne! To your points: 1. A formatter plugin would also get a `write` function in its context argument that would enable it to write to the...

> I say we merge this in and then do that. Works for me! Will get the conflicts fixed and get it merged. Mind dropping an approval on here for...

Cool, I'm in favour of this proposal. We have an issue in `cucumber-js` which is that you can define a step with a generic function called `defineStep` which is on...

@mattwynne I think this might be a good candidate for the new contributors ensemble. It's not super heavy in terms of complexity but would touch a lot of different parts...

I did some experimenting with this today and raised a draft https://github.com/cucumber/cucumber-js/pull/1950 with my progress. As @tooky noted we don't have a definitive way to get the published URL. I...