Clean Test Automation Monthly 10 / 2023

The Clean Test Automation Monthly is a monthly blog post that highlights the best test automation content which I read during the current month. This blog post is always published on the last day of the month.

Let's begin!

WireMock joins the Testcontainers Official Modules Program announces the release of an official Testcontainers WireMock module. At the moment that module offers implementation for Java, Goland, and Python (more is coming soon). I love WireMock and it's great to see that it gets the "recognition" it deserves.

Simplify Testing Golang Apps with testcontainers-go describes how we can use Testcontainers when we are writing tests for Go applications.

JUnit 5 Watcher Extension isn't a blog post. It's a JUnit 5 extension which collects detailed metrics about test execution. These metrics are extremely useful if we have to improve the performance of our test suite.

Include Only Relevant Details In Tests demonstrates how we can write tests which are easy to read by emphasizing the test data that's relevant for our test case.

Connecting to Testcontainers Services using Testcontainers Desktop describes how we can connect to a service that's started by Testcontainers with the Testcontainers Desktop application.

WireMock – Stubbing with JSON Mappings describes how we can stub HTTP requests with WireMock by using JSON configuration files.

0 comments… add one

Leave a Reply