Jul 28, 2017 · 1 min read
Per https://stackoverflow.com/questions/43751079/espresso-testing-disable-animation, there’s a flag in gradle you can use now instead.
android {
…
testOptions {
animationsDisabled=true
}
}Per https://stackoverflow.com/questions/43751079/espresso-testing-disable-animation, there’s a flag in gradle you can use now instead.
android {
…
testOptions {
animationsDisabled=true
}
}