android-testify
android-testify copied to clipboard
Add screenshots to your Android tests
**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...
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...
**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...
### 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...
**Is your feature request related to a problem? Please describe.** This feedback relates to: - [x] The Kotlin library - [ ] The Gradle plugin - [ ] The IntelliJ...
https://kotlinlang.org/docs/native-memory-manager.html#adjust-memory-consumption
**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...
### 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:...