Daniel Jette

Results 40 issues of Daniel Jette

### What does this change accomplish? Resolves #278 ### Tophat instructions You can view the rendered README here https://github.com/Shopify/android-testify/blob/278-migration-notice/README.md

Mark this repository as archived and read-only.

Testify 2.0
Migration :rocket:

There should be a banner and notice on the main README directing users to the new [ndtp](https://github.com/ndtp/android-testify) repository.

Testify 2.0
Migration :rocket:

### What does this change accomplish? Resolves #137 ### How have you achieved it? ### Scope of Impact and Testing instructions ### Notice > [!WARNING] > This change must keep...

### What does this change accomplish? Fixes #79 ### How have you achieved it? The Testify Gradle Plugin now supports [Gradle Configuration Cache](https://docs.gradle.org/current/userguide/configuration_cache.html). This required two main changes: 1. Mark...

### What does this change accomplish? Resolves #88 Resolves #72 Adds `ScreenshotScenarioRule` which works in conjunction with Android's `ActivityScenario`. ### How have you achieved it? As [ActivityTestRule is deprecated](https://developer.android.com/reference/androidx/test/rule/ActivityTestRule), the...

**Describe the bug** ``` FAILURE: Build failed with an exception. * What went wrong: Configuration cache problems found in this build. 30 problems were found storing the configuration cache, 1...

Bug
Gradle Plugin
IntelliJ Plugin

**Describe the bug** The Reporter is not correctly delineating test cases in a single class. This issue relates to: - [x] The Kotlin library - [ ] The Gradle plugin...

Bug
Library

[ActivityTestRule](https://developer.android.com/reference/androidx/test/rule/ActivityTestRule) is deprecated [ActivityScenarioRule](https://developer.android.com/reference/androidx/test/ext/junit/rules/ActivityScenarioRule) is the recommended alternative.

Library
Architecture

**Is your feature request related to a problem? Please describe.** It would be cool if there was an easy way to intercept the captured bitmap, for logging, modification, or debugging....

Feedback
Library