compose-lobsters/paparazzi-tests
2022-07-09 19:18:26 +05:30
..
src/test paparazzi-tests: setup a base test class 2022-06-29 23:45:46 +05:30
build.gradle.kts paparazzi-tests: workaround incompatible Compose Compiler dependency 2022-07-09 19:18:26 +05:30
README.md paparazzi-tests: init 2022-06-25 19:13:52 +05:30

paparazzi-tests

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.