laika icon indicating copy to clipboard operation
laika copied to clipboard

Log, test, intercept and modify Apollo Client's operations

Results 14 laika issues
Sort by recently updated
recently updated
newest added

Bumps [zendesk/cache](https://github.com/zendesk/cache) from 3.0.2 to 3.0.8. Changelog Sourced from zendesk/cache's changelog. 3.0.2 Added support for dynamic cache size cap on GHES. 3.0.3 Fixed avoiding empty cache save when no files...

dependencies

Hi, I'm using this library to test apollo's subscription to our app. We doing everything according to documentation regarding the setup. But Cypress is unable to wait for the subscription...

needs more info

I'm seeing an error in my unit tests after adding Laika. ``` import noop from 'lodash/noop'; ^^^^^^ SyntaxError: Cannot use import statement outside a module ``` To produce this error...

Bumps [zendesk/cache](https://github.com/zendesk/cache) from 3.0.2 to 3.0.11. Changelog Sourced from zendesk/cache's changelog. 3.0.2 Added support for dynamic cache size cap on GHES. 3.0.3 Fixed avoiding empty cache save when no files...

dependencies

Hello! I recently updated Apollo Client to `3.9.7`, so my subscription tests in Cypress no longer work. Does anyone have the same problem? ``` describe('test', () => { let laika...

needs more info

Hi! Thanks for sharing this package! It's possible to use Types during mocking? I'm using `graphql-codegen` to generate all the Types for my graphQL endpoint. ```typescript export type ReturnDataQuery =...

good first issue
help wanted

Bumps [zendesk/setup-node](https://github.com/zendesk/setup-node) from 3 to 4. Commits 8f152de Update actions/checkout for documentation and yaml (#876) 23755b5 upgrade actions/checkout to v4 (#868) 54534a2 Change node version for action to node20 (#866)...

dependencies

Bumps [zendesk/cache](https://github.com/zendesk/cache) from 3.2.5 to 3.3.2. Changelog Sourced from zendesk/cache's changelog. 3.2.5 Added fix to prevent from setting MYSYS environment variable globally. 3.2.6 Fix zstd not being used after zstd...

dependencies

Bumps [zendesk/checkout](https://github.com/zendesk/checkout) from 3 to 4. Changelog Sourced from zendesk/checkout's changelog. Changelog v4.0.0 Support fetching without the --progress option Update to node20 v3.6.0 Fix: Mark test scripts with Bash'isms to...

dependencies

**Use Case:** I'd like to be able to write a test to simulate an async/delayed response from the GraphQL server. This would be similar to enabling "network throttling" in Dev...