mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 10:37:05 +05:30
7 lines
436 B
Markdown
7 lines
436 B
Markdown
# paparazzi-tests
|
|
|
|
[Paparazzi](https://github.com/cashapp/paparazzi) is a Gradle plugin and library that allows writing
|
|
Android UI tests that run on the JVM. However, it does not support Kotlin Multiplatform so we're
|
|
using this Android library module to hide the Multiplatform aspect of the project from Paparazzi. In
|
|
the future this will be natively supported and we can disperse the tests contained in this module
|
|
into existing ones.
|