The Test Pyramid Is a Lie (and What I Do Instead)
Challenges the traditional test pyramid, advocating for more integration tests over unit tests using modern tools like Testcontainers.
Challenges the traditional test pyramid, advocating for more integration tests over unit tests using modern tools like Testcontainers.
A guide to using the Arconia framework to add Quarkus-like Dev Services and observability features to Spring Boot applications.
A guide to writing isolated integration tests using TestContainers to manage external dependencies like databases in Docker containers.
A guide to testing Typesense search functionality using Testcontainers and .NET, including setup and a sample implementation.
A guide on using jOOQ and Testcontainers to write integration tests for database stored procedures in Java, replacing manual JDBC calls.
A guide to integrating Testcontainers with Quarkus for better database testing, using QuarkusTestResourceLifecycleManager.
A guide to integrating Testcontainers with Quarkus for database testing, using QuarkusTestResourceLifecycleManager for better lifecycle management.
An introduction to Testcontainers, a Java library for running Docker containers during integration tests to simplify testing with real external services.