Daniel Jette

Results 58 comments of Daniel Jette

@jaredh This seems to work fine without the java-gradle-plugin

https://github.com/ndtp/android-testify/issues/184 **Describe the bug** Build failed when use configuration cache. Plugin version: 2.0.0-beta04 This issue relates to: - [ ] The Kotlin library - [x] The Gradle plugin - [...

### Tasks failing configuration cache - [x] 1. testifySettings - [x] 2. reportShow - [x] 3. reportPull - [x] 4. screenshotPull - [x] 5. screenshotTest - [x] 6. screenshotRecord -...

@sergio-sastre Thanks for logging this issue. Do you have an example test that I can try this out with?

>Sure! You can find an executable example here: Perfect! >I can create a simpler example if it helps. Just let me know 😊 No thank you. That example will do...

@matteo-goghero-leitha The bug occurs in Testify because the [`ComposableTestActivity`](https://github.com/ndtp/android-testify/blob/main/Ext/Compose/src/main/java/dev/testify/ComposableTestActivity.kt#L36) is automatically launched by the [`ComposableScreenshotRule`](https://github.com/ndtp/android-testify/blob/main/Ext/Compose/src/main/java/dev/testify/ComposableScreenshotRule.kt#L54) There's an extra step needed to work around this problem: 1. There needs to be...

@bkonrad-check Thank you for logging this issue. Support for multi-modules and custom build types is an emerging topic of interest. Testify can be customized for many build configurations, but most...

@zhkvdm `installDebugAndroidTest` should automatically be run by `screenshotRecord` as it is normally set as a task dependency. If this isn't working, it's possible the auto-detection of the tasks is failing...

Ha! I didn't even know they supported shards. Sounds like we need to read and respect the `numManagedDeviceShards` flag -- I imagine it's a matter of iterating over multiple directories...

Hi @sergio-sastre I haven't had a chance to look into this, I'm not entirely sure what might be needed here. These two PRs added the bulk of the GMD support...