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

Add link to wiremock-micronaut #302

Merged
merged 1 commit into from
Jul 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions external-resources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ <h4>Integrations</h4>
A Spring REST Docs integration for WireMock that generates WireMock stub mappings from your test cases.</p>
<a href="https://github.com/epages-de/restdocs-wiremock">https://github.com/epages-de/restdocs-wiremock</a>

<p><strong>WireMock Micronaut</strong><br/>
WireMock Micronaut drastically simplifies testing HTTP clients in Micronaut & jUnit 5 based integration tests. </p>
<a href="https://github.com/Nahuel92/wiremock-micronaut">https://github.com/Nahuel92/wiremock-micronaut</a>

<p><strong>A WireMock plugin for Maven.</strong><br/>
Run WireMock as part of Maven lifecycle.</p>
<a href="https://github.com/automatictester/wiremock-maven-plugin">https://github.com/automatictester/wiremock-maven-plugin</a>
Expand Down
Loading