Skip to content
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

Wiremock engine: make browser proxying, notifier verbosity and gzip compression configurable #151

Closed
kulasekp opened this issue Nov 6, 2020 · 0 comments · Fixed by #156
Assignees
Milestone

Comments

@kulasekp
Copy link
Contributor

kulasekp commented Nov 6, 2020

WireMockServerConfiguration should be extended to allow to enable/disable:

  • browserProxying
  • notifier with enabled/disabled verbosity
  • gzip compression

The specific Wiremock configuration is described in details here: http://wiremock.org/docs/configuration/

Currently we configure Wiremock HTTP port only.

I propose all those configuration properties isolate in separate POJO (prefix=wiremock), as in: https://www.baeldung.com/configuration-properties-in-spring-boot#simple-properties

Defaults should be set to :

  • browserProxying: false
  • notifier: false
  • gzip: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant