android-testify
android-testify copied to clipboard
Add screenshots to your Android tests
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] This feedback relates to:...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] This feedback relates to:...
Orientation for Compose screenshots is broken by incorrect lifecycle callback to beforeScreenshot()
**Is your feature request related to a problem? Please describe.** I’d like to take screenshots of composables in portrait as well as in landscape orientation This feedback relates to: -...
**Is your feature request related to a problem? Please describe.** Currently when running screenshot tests on GMD we need to manually extract screenshots from the output directory inside `build/outputs/managed_device_android_test_additional_output`. It...
The Testify Screenshot Library is currently designed to save screenshots in a predefined file path during a test run. This can be limiting when users wish to customize the storage...
**Describe the bug** Attempting to record a diff image on a failed Compose screenshot test leads to a `java.lang.RuntimeException: Buffer not large enough for pixels` error This issue relates to:...
**Is your feature request related to a problem? Please describe.** I have a use case where I have a dynamically generated string in a Jetpack Compose `Label`. To me, this...
Plugin [id: 'dev.testify', version: '2.0.0-beta01'] was not found in any of the following sources.
**Describe the bug** A clear and concise description of what the bug is. This issue relates to: - [ ] The Kotlin library - [x] The Gradle plugin - [...
**Is your feature request related to a problem? Please describe.** There's no reason for Testify to do a comparison against the baseline when in record mode. We can skip this....
**Is your feature request related to a problem? Please describe.** In order to add new screens to the Flix sample application, a developer will have to create a view model...