-
**Is your feature request related to a problem? Please describe.**
Mocking graphql queries is annoying, and we use specific solution.
**Describe the solution you'd like**
Use the same lib for all…
-
## What/Why
### What are you proposing?
I've forked elasticsearch-mock module because they added server name check. I don't have much time to maintain this module, but it can be helpful to community…
-
Hi there!
I'm using langsmith to instrument my LLM calls.
I had trouble making dspy work with it.
Usually langsmith instrumentation is done either via:
* @traceable decorator
* wrapping the ope…
-
**Description:**
The Service Component Test design pattern is essential for validating the behavior and functionality of individual microservices within a microservice architecture. This pattern ensur…
-
### Current behavior:
Cypress does not support any way to test WebAuthn / FIDO2 flows without mocking the authenticator, which does not allow to test all cryptographic interactions sufficiently. If…
-
Avoid lots of calls to the Hubspot API and make it easier to pass CRAN by tests being quicker by using {mockr} etc
-
### What would you like?
Currently, we are mocking data with .json file by using the below code.
Example
cy.intercept('**/users',fixture:{user.json})
We are looking to extract data from .HAR fil…
-
Whole API integration tests, mocking the model, injecting things like failures etc. Make something fancier.
-
As detailed in [this gist](https://gist.github.com/bengry/2e76d76a29da12ab8f5907c4dfc933c8) (also shared in https://github.com/graphql-mocks/graphql-mocks/issues/273), we're using `graphql-mocks` to c…
-
**Is your feature request related to a problem? Please describe.**
There is no testing example for vue3 composition api to test components that use `useQuery`.
**Describe the solution you'd like**…