android-testify icon indicating copy to clipboard operation
android-testify copied to clipboard

Add screenshots to your Android tests

Results 57 android-testify issues
Sort by recently updated
recently updated
newest added

**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

**Describe the bug** As of API 33, you can no longer run screenshot test that use `ComposableTestActivity`. It seems that Google changed what is allowable in the manifest entries for...

Bug
Extension

[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

**Describe the bug** useLocale has no effect This issue relates to: - [x] The Kotlin library - [x] The Gradle plugin - [ ] The IntelliJ Platform plugin - [...

Bug
Gradle Plugin
Library

**Describe the bug** Setting `outputFileNameFormat` does not impact the file name being used. This issue relates to: - [x] The Kotlin library - [x] The Gradle plugin - [ ]...

Bug
Gradle Plugin
Library

**Describe the bug** Recording screenshots with andoid-testify and gradle managed devices works fine, unless we use sharding, e.g. using -Pandroid.experimental.androidTest.numManagedDeviceShards=2 In that case, only the sceenshots of one of the...

Bug

**Is your feature request related to a problem? Please describe.** Please share any plans regarding moving away from using https://developer.android.com/reference/androidx/test/rule/ActivityTestRule.html due to deprecation. This feedback relates to: - [x] The...

Feedback

**Describe the bug** Testify version 2.0.0 This issue relates to: - [x] The Kotlin library - [x] The Gradle plugin - [ ] The IntelliJ Platform plugin - [ ]...

Bug
Gradle Plugin
Library

**Describe the bug** A clear and concise description of what the bug is. This issue relates to: - [ ] The Kotlin library - [ ] The Gradle plugin -...

Bug
Extension