文件名称:咖啡师:供应优质意式浓缩咖啡的人
文件大小:486KB
文件格式:ZIP
更新时间:2024-02-21 00:01:36
android testing espresso instrumentation-tests flaky-tests
咖啡师 一份很棒的意式浓缩咖啡 Barista使开发UI测试更快,更容易且更可预测。 它基于Espresso构建,提供了一个简单且可发现的API,消除了大多数常见Espresso任务的样板和冗长。 您和您的Android团队将毫不费力地编写测试。 下载 导入Barista作为测试依赖项: androidTestImplementation( ' com.schibsted.spain:barista:3.7.0 ' ) { exclude group : ' org.jetbrains.kotlin ' // Only if you already use Kotlin in your project } 您可能需要包括Espresso 3所需的Google Maven存储库: repositories { google() } 咖啡师已经包括了espresso-core和espresso-contrib 。 如果您需要,则可以自己添加。 API概述 咖啡师的交互API 点击小部件 clickOn( R . id . button); clickOn( R . s