Which library are you using for snapshot testing i...
# testing
t
Which library are you using for snapshot testing in Kotlin, if any? 🙂
p
@Tobi M. any thoughts on the above? I’m looking for such library myself
t
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.