android 工作室中的 Espresso 测试未 运行

Espresso tests not running in android studio

我正在 android studio 中为我的应用程序进行一些浓缩咖啡测试,它正在运行并突然停止运行,基本上测试构建并开始但它卡在测试结果中并且什么都没有显示,我的意思是它显示没有测试通过。如果有人可以提供帮助,我将不胜感激,谢谢

降级对我有帮助:

androidx.test.espresso:espresso-core:3.4.0 -> 3.3.0

androidx.test.espresso:espresso-contrib:3.4.0 -> 3.3.0

Kaspresso 1.4.0 也一样,降级到 1.3.0 有帮助