Hello there! I hope you are all having a great monday!! Today I'd like to share with you a tool we've created which I think is going to be helpful when writing your Jetpack Compose tests. It's a screenshot testing library we implemented in the past. We've released a new version providing support for screenshot testing in Jetpack Compose. You can find the library here:
https://github.com/Karumi/Shot/ You can also find more information and useful links in this blog post we wrote
https://blog.karumi.com/jetpack-compose-screenshot-testing-with-shot/. If you'd like to know how a "real app" would be tested using this testing strategy you can take a look at this PR I created for gathering some feedback about the usage of screenshot testing with Jetpack Compose
https://github.com/android/compose-samples/pull/215 It's great to see how the current state of the library let you test almost all the component without any trouble. I hope you can all find this tool useful. Have a nice day 😃