Aaron Buxbaum

Results 7 issues of Aaron Buxbaum

Implements a function which allows the user to define global steps. The system searches for a global match if there is no step defined (ie. `when('I click the button')` as...

Hopefully there's an easy answer to this! I'm trying to use the docker-build plugin on Yarn 3 -- it works really well, with the exception of one big issue. The...

I use Angularfire's `$firebaseAuth` wrapper around authentication on my app and need to use the Javascript-level implementation instead in order to use mockfirebase's mock. Any intention of adding this, like...

With msw @ `1.3.0`, the following code works: ``` test("request fails", async ({ page, worker }) => { await worker.use( graphql.query("MyQuery", (_, res, ctx) => res(ctx.status(500))), ); await page.goto("/"); await...

My current system has two GraphQL endpoints which are hit by two different GraphQL clients. This obviously isn't an ideal system, but we are migrating between systems and the graphs...

### Is your feature request related to a problem? Please describe. A user may have prior-existing fragments, or want to use fragments, that are not 1:1 directly associated with a...