-
Hi,
Is it possible to override/mock container services in the server process? I would like to mock an external data source in a functional test. I've tried the following, but this seems to override…
-
We have multiple internal/external services that we are mocking. It would be great to run the server over multiple generated clients (with different base URLs)
_Originally posted by @kaikun213 in h…
-
**Describe the bug**
When testing Ollama generate endpoint ('/api/generate') with help of mockserver to mocking response. I got error
```
java.lang.RuntimeException: com.fasterxml.jackson.co…
-
## 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…
-
Currently the iron-request, iron-ajax, and iron-form tests are actually serving static files instead of using a mock server. This only supports GET requests, and doesn't allow us to modify response he…
-
This is the problematic code: https://github.com/kubernetes/kubernetes/blob/3cf9f66e90d560ac080687610933c712bcf37b39/staging/src/k8s.io/client-go/testing/fixture.go#L184 introduced in https://github.c…
-
## docs
Mock ServerSide Requests
https://dev.to/votemike/server-side-mocking-for-playwright-in-nextjs-using-mock-service-worker-4p6g
## test
- [ ] getServerSideProps -> pages(success)の初期描画
- [ …
-
...to be polite to the NEOS server folks. :)
-
To implement End-to-end tests, we realised with @oskar-codes that the main difficulty is mocking the firebase server, and using the production one is obviously bad practise for a multitude of reasons …
-
Is there a plan to have mock server option in similar way as it is done in Postman?
It would be nice to have all in one testing tool (API testing + mocking APIs), I was looking for this option in h…