WireMock.Net
WireMock.Net copied to clipboard
Launch container in Proxy mode with Testcontainers
Is your feature request related to a problem? Please describe.
I'm using testcontainers to create instances of Wiremock, however I can't find a way to launch the instance in Global Proxy mode. The Global Proxy example provided here only shows how to launch into this mode using WireMockServer.Start().
Describe the solution you'd like Allow the use of Global Proxy mode when using testcontainers.
@sfields-metabolon I think you can also use command line options for Testcontainers, see
- https://github.com/WireMock-Net/WireMock.Net/wiki/WireMock-commandline-parameters#settings
- https://github.com/WireMock-Net/WireMock.Net/wiki/Settings#proxyandrecordsettings
@sfields-metabolon Did you check those wiki pages?
@sfields-metabolon Did you check those wiki pages?