Judrummer / compose-screenshot-test-sample

A sample Jetpack Compose project that automatically generates screenshot tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compose Screenshot test sample

A sample project that automatically generates screenshot tests by utilizing the detection of the @Preview annotation through the use of three libraries below.

Showkase for detect @Preview annotation
Paparazzi for screenshot testing
TestParameterInjector for inject test parameter

Record command

./gradlew recordPaparazziDebug

Verify command

./gradlew verifyPaparazziDebug

About

A sample Jetpack Compose project that automatically generates screenshot tests


Languages

Language:Kotlin 100.0%