John Rodriguez
John Rodriguez
> Btw, I just realized ... you can use @TestParameter at the test class level... Correct! We have an example for that [here](https://github.com/cashapp/paparazzi/blob/47da3335e2f09620e5c2c5fc4c91819e393fef9a/sample/src/test/java/app/cash/paparazzi/sample/TestParameterInjectorTest.kt). > So paparazzi might just need a...
For anyone interested in tackling this, the proposed approach would be to figure out the root cause of the NPE and allow multiple instances of Paparazzi to run without interfering...
Looks like this won't be possible until Iguana, tracked in https://github.com/cashapp/paparazzi/issues/1220. Compare [Hedgehog](https://android.googlesource.com/platform/frameworks/layoutlib/+log/b03ab5727a6f563b0aa3939ce14f89d77a868266) to [Iguana](https://android.googlesource.com/platform/frameworks/layoutlib/+log/96960dbfef57b12a262391a519e40ddd1473f655) noting this commit, in particular:
Closed by https://github.com/cashapp/paparazzi/pull/1314
Closing as wontfix, since we're unable to repro and user hasn't provided a sample project. If you get around to providing said repro, please reopen/file a new issue!
> Gradle supports multiple test suites: https://docs.gradle.org/current/userguide/jvm_test_suite_plugin.html Gradle _per se_ doesn't; that link points to documentation for the JVM test suite plugin. Even Xav mentions that here: https://issuetracker.google.com/issues/307694643#comment7 Does Gradle...
Obsoleted by https://github.com/cashapp/paparazzi/pull/1382
> nativeruntime-dist-compat would come from robolectric Correct! However, this doesn't read like a Paparazzi issue, but rather one with Gradle [transforms](https://github.com/gradle/gradle/issues?q=is%3Aissue%20state%3Aopen%20transform). Mind [filing an issue](https://github.com/gradle/gradle/issues) with the Gradle team and...
Here's the comparison for now: https://github.com/cashapp/paparazzi/compare/1.3.3...master. Once 1.3.5 is tagged, this becomes the better link: https://github.com/cashapp/paparazzi/compare/1.3.3...1.3.5.
I'd go with similar pixels = blue? Red denotes an error, whereas similar here implies "passable".