-
**Project Link:**
https://testinggospels.github.io/camouflage/
https://github.com/testinggospels/camouflage
-
Advice on Testing gRPC Clients
grpc: ^3.0.0
## Repro steps
1. I want to create a set of tests that verify that data is being passed correctly to gRPC service. Currently the service is mocked …
-
Hello,
I'm using `kong api gateway` and trying to use the `kong-path-allow` plugin. After following the directions provided in the `README.md` file, the behaviour of the plugin is opposite to what …
-
I am not sure why yet, but in my benchmarks any retryable error during downloads returns in checksum errors.
I should probably write an larger integration test `RetryObjectReadSource`, `GrpcObjectR…
-
#### What are you trying to achieve?
Trying to execute a simple functional test that does nothing.
Acceptance Tests and Unit Tests work properly.
#### What do you get instead?
> Provide cons…
-
## Issue
Currently, there are no unit tests for any implementation. Adding testing by mocking the emulator and/or grpc_cli will help ensure that the code runs as expected
## Expected Behavior
whe…
-
**Describe the bug**
Camouflage takes a long time to start up with a size-able number of proto files - say about 25+ files
**To Reproduce**
Steps to reproduce the behavior:
Unsure if I can fully…
-
# Implicit parameters
* [x] Proposed
* [ ] Prototype: Not Started
* [ ] Implementation: Not Started
* [ ] Specification: Not Started
## Summary
[summary]: #summary
In this proposal, I w…
-
Would be possible add a chart about the comparison about performance between JUnit 4 vs 5?
-
## Use case(s) - what problem will this feature solve?
I find the resolutions provided for the unstable `XxxServer` and `XxxClient` interfaces to be tricky and place a large burden on the implementer…