-
**Describe the issue**
Open API spec has responses like 200, 401, 500. But when I create expectations from this Open API, it only returns first response for every operation.
**MockServer version**…
-
`Mockserver serving mocks {verbose:true} under "mockapi" at http://localhost:8080
Reading from mockapi\trials\GET.mock file: Matched
C:\Users\arunn3\AppData\Roaming\npm\node_modules\mockserver\mocks…
-
- [x] I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate.
### Ⅰ. Issue Description
- `org.apache.seata:seata-mock…
-
Hi,
How i can auto import projects and configuration (username/password in docker-compose?
This is my file:
```
mockserver_aggregator:
image: castlemock/castlemock
ports…
-
**Describe the feature request**
Increase max mock response size when mockserver is used with Jackson 2.15.
**What you are trying to do**
I'm trying to use mockserver inside a project which uses …
-
CVE-2023-2976 Vulnerability reported from [com.google.guava](https://mvnrepository.com/artifact/com.google.guava) » [guava](https://mvnrepository.com/artifact/com.google.guava/guava) dependency in mav…
-
If exception raised in `setUp` method `tearDown` method is never called for this `TestCase`. Allocated resources are not freed. We run `mockserver` as an external process, we end up with this mockserv…
-
Hi,
we have a problem with OutOfMemoryError: Java heap space after loading expectations and running some tests. We are using mockserver in version 5.13.2 and we are running server with helm chart …
-
Hey, as in issue title. I wanted to test that a service gracefully handles networking issues like server being temporarily unreachable and wanted to do that by dropping the `MockServer`, however this …
-
Mockserver-friendly-client calls verify with:
```javascript
{
"httpRequest": {...},
"times": {
"exact": true,
"count": self.count
}
}
```
But MockServer expects:
…