takahirom / roborazzi

Make JVM Android integration test visible 🤖📸
https://takahirom.github.io/roborazzi/
Apache License 2.0
740 stars 35 forks source link

Try to remove context receiver of desktop #533

Closed takahirom closed 3 weeks ago

takahirom commented 3 weeks ago

close https://github.com/takahirom/roborazzi/issues/444

takahirom commented 3 weeks ago

The reason we needed context(DesktopComposeUiTest) was that compose/ui/ui-test/src/skikoMain/kotlin/androidx/compose/ui/test/SkikoImageHelpers.kt didn't exist before, and we had to use DesktopComposeUiTest. However, now that we can use SkikoImageHelpers, we can remove the context(DesktopComposeUiTest).

takahirom commented 3 weeks ago

This feature was introduced in the Compose Multiplatform core repository (commit 1664fba). This indicates that the feature has been supported since Compose Multiplatform version 1.5.12.