-
Currently the order of the mocks _must_ match the order of the HTTP requests. However some applications will have a non-deterministic order of HTTP requests. We could support these apps by:
1. Supp…
-
Is there a way to make the mocks hold some kind of status so we can make adding/removing/editing entities work?
For example, [json-server](https://github.com/typicode/json-server#getting-started) h…
-
In Hapi 9+, the vision plugin (along with many others) are no longer included by default. The error is "TypeError: plugin.views is not a function". I tried to load the vision plugin first which gets…
-
When I run stats-handler_speed_test it takes a surprising amount of time to initialize, and even longer to finish (return to the prompt).
Something n^2 might be happening in the mocks destruct sequ…
-
When unit testing components that post to a form action that uses sveltekit-superforms, we have not yet figured out how to properly mock the data and form returned by the form action.
Figuring out …
-
Hi, I have 2 connections. First one I've created with `mogosse.coonect(uri, options)` and second one I've created with `mongoose.createConnection(uri, options) `.
First connection mocks perfectly b…
ghost updated
6 years ago
-
### Context
Killgrave was born like an easy way to create mocks servers to HTTP APIs, so the philosophy of Killgrave was to make mocking easy and accessible to as many people as possible.
But n…
-
## Issue
As a login.gov load tester,
I would like to make sure the fake server's endpoints are up-to-date with the IdP,
So that I can load test the IAL2 flows that this codebase mocks.
## Solu…
-
I'm getting this error with CircleCi consistently:
[MSW] Error: captured a request without a matching request handler:
• GET http://localhost/socket.io/
-
i'm not sure if this is a local issue but when i was going through the storybook section, the storybook site just loaded components as empty sometimes. terminating the storybook server and starting i…