-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure Rest client to proxy request via wiremock #164
Comments
cc @geoand |
I explored two different implementations |
I like the idea! |
@rmanibus I like the idea as well. Please give me some time to review your PRs. I’ll get back to you once I’ve had a chance to go over them. |
It could be really cool if we could make domain matching works on top of that. I tried multiple solutions but haven't been able to make it work yet |
@quarkiverse/quarkiverse-wiremock This is being labeled as stale. |
When using this extension, each rest client instance needs to be manually configured for testing against wiremock using something like:
We could avoid this by using wiremock as a rest client proxy in dev mode and test.
The text was updated successfully, but these errors were encountered: