Kotest + Spring + Testcontainers
Recently, I wanted to rewrite a JUnit integration test for my Spring Boot application. Since it was an integration test, I used Testcontainers to start a database. While there are Kotest extensions for Spring and Testcontainers we have the problem th...
Nov 16, 20243 min read1.1K


