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** Unable to use the camera icon in Android Studio within nested modules. This issue relates to: - [ ] The Kotlin library - [ ] The Gradle...

Bug

Provide a way to assert multiple screenshots in a single test case. This would allow users to iterate over a list of "test cases" and generate screenshots for each test....

Feedback
Library

**Describe the bug** I'm not sure that this is a bug, but am wondering if there is recommended way for the screenshot to have to wait to be taken until...

Bug

**Describe the bug** Regardless of which capture method I try, I can never actually capture anything on screen which either inflates views after creation or adds views to a recyclerview....

Bug

**Is your feature request related to a problem? Please describe.** Currently it is not clear how to override the inferred `testify` configurations -- after realizing that the config is wrong...

Feedback

It would be nice to pass in a logger rather than going to Android's static logger. One reason is around logging sensitive data cc @digitalbuddha Ported from https://github.com/Shopify/android-testify/issues/132

Feedback
Library

What's the recommended configuration to get Testify working on Firebase Cloud Test Lab?

Feedback

**Is your feature request related to a problem? Please describe.** There's a lot of stuff everyone does with Testify, like creating a test harness Activity, enabling flags, customizing the Test...

Feedback
Library

**Is your feature request related to a problem? Please describe.** When running `screenshotRecord`, only the changed files (or missing files) are updated. I'd like to be able to force the...

Feedback
Gradle Plugin
Library

It would be interesting to explore having a screenshot that is not bound to the device frame but could stitch together multiple screenshots from scrolling/paginated content. Something similar to [scrolling...

Feedback
Library