如何避免espresso android Testing中的一些测试失败?

时间:2019-06-15 10:10:07

标签: android android-espresso ui-automation

在我的测试套件中,至少有10个测试,每次至少有2个测试失败,但是仅运行该方法就不会失败。如何处理此类问题

到目前为止,我正在使用Thread.sleep来避免更多的失败。如何进行明确的等待

1 个答案:

答案 0 :(得分:0)

禁用动画将有助于最大程度地减少片状故障。

要从Mac终端禁用动画

adb shell settings put global window_animation_scale 0
adb shell settings put global transition_animation_scale 0
adb shell settings put global animator_duration_scale 0

进一步给出适当的睡眠时间和断言