-
Here is the docker-compose block
```
test:
container_name: test.docker.com
image: jamesdbloom/mockserver:mockserver-5.6.1
ports:
- "3280:3280"
environment:
- LOG_L…
-
I'm opening this issue so we can start to discuss the logistics of supporting development of HTTP/2 and Netty 4.1 in LittleProxy. This doesn't address the actual code and design changes needed to supp…
-
Hi,
I'd like to add a unit test to the feed fetcher of [CommaFeed](https://github.com/Athou/commafeed/) to make sure invalid SSL certificates are ignored.
For this, I'm using [MockServer](https://…
Athou updated
3 months ago
-
This could totally be user error as I'm somewhat new to this, but for the life of me I can not figure out how to get the provider to verify a pact without it trying to do exact matching.
I have a c…
-
**Steps to Reproduce:**
Start all services using the command:`docker-compose -f dc-mocks.yml up`
All service containers will show a healthy status, except for tiger-proxy. The health status…
-
We tried to implement `fromProviderState` in an interaction that is iterated in the test (see code below) but running `consumer test` fails with;
```bash
Error: Mock server failed with the following…
-
### Description
In case the cds file in `metadataPath` uses other cds files e.g.
```
using {CapFeTsSampleService} from '../../srv/cap-fe-ts-sample-service'; //
## Root Cause Analysis
##…
-
We use an RPC system similar to [Twirp](https://twitchtv.github.io/twirp/), which uses HTTP requests/responses with bodies serialized using [Protocol bufffers](https://developers.google.com/protocol-b…
-
[Spring Framework](https://projects.spring.io/spring-framework/)
[Spring Framework Documentation](https://docs.spring.io/spring/docs/current/spring-framework-reference/index.html)
-
We may need to run true integration (with a dev graph to boot) so we don't blow up the graph by accident and can run CIs with close to 100% coverage.