Post #2282297
2026-04-17 19:04 UTC
@vrutberg@masto.nu these days I avoid UItests and instead rely on snapshot tests using Unit test tools. The only thing I cannot test is the connection from the views to the model, like making sure that if I press a button a certain method on the model is called. Everything else is pretty much covered by unit tests and snapshot tests.
Replies (0)
No replies.