Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 756 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 756 Bytes

android-animation-disabler

Gradle plugin for disabling animations in global settings before UI tests and reenabling them afterwards.

Usage

Add plugin to Android module build.gradle (not top-level one):

plugins {
  id "pl.droidsonroids.animation-disabler" version "1.0.9"
}

See also Gradle plugin portal and sample project.

Troubleshooting

Append --debug or -d option to Gradle invocation to see ADB command output (if any) in console. Normally if commands succeed there is no output.

More info

Setting animation scale for Android UI tests blog post