Mock External APIs in Quarkus with WireMock: A Hands-On Guide
Most developers think mocking an external HTTP API is just a testing convenience. They want to avoid...
Tag archive
Most developers think mocking an external HTTP API is just a testing convenience. They want to avoid...

how to write integration tests for Algolia
Recentemente, um dos times com quem trabalho estava enfrentando dificuldades para realizar tarefas...
Look, WireMock is great! But it can be much better with the proper tooling. And wait no more, seems...

WireMock Wonders: Boosting Fastify Testability This article reveals how to integrate...

In my previous two posts about testing with WireMock included in this series I used first...

In Testing with @WireMockTest I showed a demo using @WireMockTest and WireMockExtension to mock APIs...

WireMock is a great library to mock APIs in your tests and supports Junit5 with two...
The serverless paradigm in recent times is getting popular, this was also covered in one of my favori...