/nowinandroid

A fully functional Android app built entirely with Kotlin and Jetpack Compose

Primary LanguageKotlinApache License 2.0Apache-2.0

This is a fork of the official Now in Android repository to showcase a way to fully automate screenshot testing for Jetpack Compose @Previews.

Most of the code is in the PreviewTests class, with some helpers in the core:ui module.

Snapshots can be generated with: ./gradlew clean screenshot-test:recordPaparazziProdRelease After generating and saving snapshots, you can verify them with: ./gradlew clean screenshot-test:verifyPaparazziProdRelease