https://kotlinlang.org logo
Title
t

Tobi M.

11/24/2021, 9:12 AM
Which library are you using for snapshot testing in Kotlin, if any? 🙂
p

Piotr Krzemiński

10/13/2022, 8:21 AM
@Tobi M. any thoughts on the above? I’m looking for such library myself
t

Tobi M.

10/13/2022, 8:24 AM
Hi @Piotr Krzemiński – It works pretty well for us. We contributed a small extension to fail on missing snapshots (useful for CI). Apart from that, it did not lack anything we needed. We are using it sparingly, not as a general approach to tests. But for some it greatly increased readability and simplified the test itself.