We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue highly depends on #108
We would like to have possibility to proxy chosen requests.
As we already have Wiremock server embedded (#106) we can reuse its proxying feature: http://wiremock.org/docs/proxying/
Assumption:
Proposed solution:
MockConfiguration
String proxyBaseUrl
Configuration
StubMapping
Once done the following scenario should be possible:
Tip: Please mind the Wiremock server is disabled by default. To enable it set wiremock.enable to true
wiremock.enable
true
The text was updated successfully, but these errors were encountered:
Suspended until #96 is solved
Sorry, something went wrong.
bartoszkuron
Successfully merging a pull request may close this issue.
This issue highly depends on #108
We would like to have possibility to proxy chosen requests.
As we already have Wiremock server embedded (#106) we can reuse its proxying feature: http://wiremock.org/docs/proxying/
Assumption:
Proposed solution:
MockConfiguration
model withString proxyBaseUrl
Configuration
page to allow to display end edit newly added field.MockConfiguration
->StubMapping
converter (provided with Provide MockConfiguration to StubMapping converter #108)Once done the following scenario should be possible:
Tip: Please mind the Wiremock server is disabled by default. To enable it set
wiremock.enable
totrue
The text was updated successfully, but these errors were encountered: