wiremock / wiremock.org

WireMock website, powered by Jekyll. Contributions are welcome!
https://wiremock.org/
MIT License
11 stars 49 forks source link

Add extensionScanningEnabled option to @WireMockTest. #242

Closed kyle-winkelman closed 9 months ago

kyle-winkelman commented 10 months ago

When using extensions that utilize service loading (e.g. wiremock/wiremock-graphql-extension) it would be preferable to use the declarative option to enable extension scanning, rather than being forced to use the programmatic approach to manually define extensions.

References

Submitter checklist

Details: Contributor Guide

tomakehurst commented 9 months ago

Thanks!