Author's Profile Picture Avatar Jadarma's Blog

Parallel Integration Tests With Ktor

Backend unit tests tend to be tedious to write, difficult to maintain, and costly to execute, but it doesn’t have to be that way. Here’s how I leverage the power of Kotlin to make writing integration tests for Ktor backends a breeze, while also keeping them 🔥 blazingly fast 🚀.

Read more...

2024-03-24 3490 words 17 min programming kotlin ktor tutorial