Alashov Berkeli
Alashov Berkeli
Had the same issue, my workaround was via convention plugin: ```kotlin class PaparazziConventionPlugin : Plugin { override fun apply(target: Project) { with(target) { pluginManager.apply("app.cash.paparazzi") // On CI, testing fails if...
For some reason I expected this to work but it doesn't: ```kotlin fun Paparazzi.snapshot( name: String? = null, offsetMillis: Long = 0L, composable: @Composable () -> Unit, ) { val...
For us `verify` doesn't work because of AGP update (paparazzi 1.3.5 -> 2.0.0-alpha01), some images give more than 1% difference. Below example is actually 1.2% (largest diff I found, others...
> Also, how certain are you that the two variants are related, i.e., the same bug? Both errors show up after updating composeBom to latest, so that's the only reason...
Indeed, only tests using `Text` component fail. So I tested more with it and it seems like it's related to fontFamily.. After debugging I found out that it only fails...
@renovater8 what are you going on about?
@jrodbx any updates on this?
> We had this issue on our project when we ran Paparazzi tests with JUnit 5 enabled. When we rewrote our tests to use JUnit 4 and completely disabled JUnit...
@jrodbx would you take a look at this issue again please? Seems like it's coming back with latest compose