android-testify
android-testify copied to clipboard
Add screenshots to your Android tests
**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...
**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...
[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.
**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....
**Describe the bug** useLocale has no effect This issue relates to: - [x] The Kotlin library - [x] The Gradle plugin - [ ] The IntelliJ Platform plugin - [...
**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 - [ ]...
**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...
**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...
**Describe the bug** Testify version 2.0.0 This issue relates to: - [x] The Kotlin library - [x] The Gradle plugin - [ ] The IntelliJ Platform plugin - [ ]...
**Describe the bug** A clear and concise description of what the bug is. This issue relates to: - [ ] The Kotlin library - [ ] The Gradle plugin -...