android-testify
android-testify copied to clipboard
Add screenshots to your Android tests
**Describe the bug** Unable to use the camera icon in Android Studio within nested modules. This issue relates to: - [ ] The Kotlin library - [ ] The Gradle...
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....
**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...
**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....
**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...
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
What's the recommended configuration to get Testify working on Firebase Cloud Test Lab?
**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...
**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...
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...