Nicklas Ansman

Results 131 comments of Nicklas Ansman

I'm happy to provide a PR that either allows disabling the prepending or a way to specify the full filename.

No plans until the maintainers sign off on the idea

Fix is simple, just add this to the test task configure block: ```kotlin inputs .file(writeResourcesTask.flatMap { it.paparazziResources }) .withPropertyName("paparazzi.test.resources") .withPathSensitivity(PathSensitivity.NONE) ```

`layoutlibResourcesFileCollection` is also missing as a task input. Can be fixed by adding: ```kotlin inputs .files(layoutlibResourcesFileCollection) .withPropertyName("paparazzi.resources") .withPathSensitivity(PathSensitivity.NONE) ```

Here is a small sample repo, simply run `./gradlew :app:verifyPaparazziDebug` This happens when you try and verify in a module that doesn't have any snapshots (either because it has none...

This breaks out use case too. We use paparazzi to verify composables without producing screenshots which would be unsupported. What is the reason for not wanting to make this change?

> Does this mean you're using in place of Robolectric? Yes correct. We've built a framework on top of Paparazzi that verifies that all compose previews can be executed. You...

I wrote a 2x2 grid of images. On the top row is the expected and actual. On the bottom row are two diffs. One shows a grayscale diff where white...

At the very least, expose `execBufInSpecificDirectory`