-
### Proposal
Using wiremock-jetty12. Doesn't happen in wiremock-standalone.
After the first test (that is, mockServer.start() -> stubFor() -> resetAll() -> stop() -> start() -> stubFor()), WireM…
-
I want to make an assertion that checks the 'emit' function was called on the client socket in my jasmine test.
I've tried spying on the client's instance of socket, but when the client connects to…
-
4.1.0
This is my output. All the processes are exiting with 0 or SIGTERM. But the final exit code is non-zero.
```
[test ] npm run test:docker:sleep exited with code 0
--> Sending SIGTERM to…
-
I have functionality that takes a local base64 URL for an image and converts it to actual base64 data. To do this, I have to call `fetch()`, followed by an initialization of `new FileReader()`.
Whe…
-
Delay is not being applied when server sends the response.
```
{
"port": 8098,
"requests": [
{
"method": "POST",
"path": "/login",
"headers": {
"api_key":"ksldfjkdls…
-
I've read the [Body Matching](https://apisimulator.io/docs/1.7/standalone-api-simulator/request-matching.html#body-matching) section. I'm aware **something similar** can be achieved by using JSONPath,…
-
With AJAX fixtures, I only have to mock the services I want - everything else falls through to an actual AJAX request to the server. I would expect the same with sockets, but that is not the case.
…
-
**Describe the issue**
The field org.mockserver.cache.LRUCache.allCaches poses at least a memory leak, perhaps even a threadsafety issue.
**What you are trying to do**
We have a long running test…
-
I will write test code like this:
`dioAdapter.onPost("some_route", (server) => server.reply(...), data: Matchers.any);`
I am very much bugged that I do not know the type of 'server'. Moreover, I don…
-
I really wanted to love gqty and use it for all of my projects.
Just writing code as if it was an object and have React Suspense load it is fantastic!
But ultimately I had to switch back to Apol…