Jose is a Developer Relations Engineer working on Android, trying to make Architecture and Testing effortless for developers.
Jose Alcérreca
Android Developer Relations Engineer at Google
Easy screenshot testing with Compose
UI tests are an integral part of a good testing story, but they tend to be a source of flakes and can cause slow CI runs. With screenshot tests you can make multiple assertions at the same time, prevent regressions across multiple form factors and verify visual appearance of Compose UIs. In this talk we'll walk you through how screenshot testing works, how to manage golden images, how to create a strategy of what to test, which of the available solutions to go for to speed up your tests runs, and also we'll take a peek at the upcoming support in the Android Gradle Plugin and Android Studio.