I'm excited for trying out Robolectric UI tests for Compose. If this works without "too much" hassle, it could be really useful: https://medium.com/@sebaslogen/blazing-fast-compose-tests-with-robolectric-b059f5471495

I'm aware that the mocking nature of Robolectric doesn't make the stack simpler, but at a certain project size, it might be worth the extra effort.

#AndroidDev #compose #jetpack #robolectric #testing

Blazing fast Compose tests with Robolectric - Sebastian Lobato Genco - Medium

While writing a new library for Compose that handles Compose behavior, I had to pick a framework for running automated tests. The library is about state restoration in Compose, so the tests involve…

Medium