kotlin Featured [Unit] Testing Supabase in Kotlin using Test Containers - PART 2 In this article we continue diving into TestContainers and Supabase, and run unit tests against a full local self-hosted Supabase.
supabase Featured [Unit] Testing Supabase in Kotlin using Test Containers In this article, I'll dive into several methods I've been looking into to unit test a Kotlin application using Supabase and why I finally decided to go for a Docker Compose / Test Containers solution.