Bevan Rudge
Bevan Rudge
Our use case is similar but slightly different, something like [@charlierudolph 's `setWorldSharedDataBuilder()` proposal](https://github.com/cucumber/cucumber-js/issues/1153#issuecomment-597983080) would solve it, but there would need to be a counterpart for after all child processes...
@charlierudolph Any thoughts on the above interface? We are close to needing this enough to either contribute a fix, hack/fork to fix for ourselves, or put a bounty out. We'd...
Many of the alternatives are also use socially charged terms. I think my favourite is `minion`! > There is merit when you replace a negatively charged term with something that...
@charlierudolph Would you mind elaborating a little more on this idea please? > I'd suggest that be done in a separate process instead of being a part of cucumber
The details we need in our results (URLs for Ghost Inspector result pages) are not available in Cucumber results objects. (Is the Cucumber result schema is extensible?) These URLs become...
@charlierudolph Would you (in principle) accept a pull request that implements your proposal from a few comments ago, but with `coordinator`/`worker` instead of `master`/`slave`? I.e. ```js import { AfterAll, HookParallelMode...
We observed this unexpected looping behaviour when Cypress was running on https:// in the Chrome browser that it was driving. The server for our system under test (SPA web app)...