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

**Is your feature request related to a problem? Please describe.** Add a `testifyDemoMode` command. `./gradlew testifyDemoMode` Demo mode for the status bar allows you to force the status bar into...

Gradle Plugin

Current logic: ``` @Override protected void performModification(View view) { int inputType = ((EditText) view).getInputType(); ((EditText) view).setInputType(inputType | InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS); } ``` I suspect this isn't working if the existing `input` has...

Bug
Library

**Describe the bug** Task reportShow fails due to property 'destinationPath' is missing an input or output annotation This issue relates to: - [ ] The Kotlin library - [x] The...

Bug
Gradle Plugin

### What does this change accomplish? Resolves https://github.com/ndtp/android-testify/issues/209 ### How have you achieved it? - https://docs.gradle.org/current/samples/sample_composite_builds_plugin_development.html#buildscript_dependencies_are_substituted - https://docs.gradle.org/current/userguide/composite_builds.html#:~:text=In%20a%20composite%20build%2C%20Gradle,project%20path%20of%20the%20project. ### Scope of Impact and Testing instructions ### Notice > [!WARNING] >...

**Is your feature request related to a problem? Please describe.** This feedback relates to: - [x] The Kotlin library - [x] The Gradle plugin - [ ] The IntelliJ Platform...

Feedback

**Is your feature request related to a problem? Please describe.** This feedback relates to: - [x] The Kotlin library - [ ] The Gradle plugin - [ ] The IntelliJ...

Feedback

https://kotlinlang.org/docs/native-memory-manager.html#adjust-memory-consumption

Feedback

**Is your feature request related to a problem? Please describe.** The `excludeSystemUI` modification for `TestifyConfigurations` can be construed as the system UI appearing in the screenshot capturing process. This may...

Feedback

### What does this change accomplish? Resolves #203 ### How have you achieved it? Add support for `NO_COLOR`. See https://no-color.org/ for more information. ### Scope of Impact and Testing instructions...

### What does this change accomplish? Resolves #256 ### How have you achieved it? **Plugin:** `Android Testify - Screenshot Instrumentation Tests` We are reaching out to you regarding this plugin:...