标签: android android-gradle ui-automation android-espresso spoon
我已经使用浓缩咖啡和使用勺子使用命令gradlew spoon运行测试用例来编写测试用例
我的android studio中有4种不同的构建变体,并希望使用特定的构建变体运行测试。
但勺子总是只用一个构建变体开始测试
如何传递构建变体的名称以进行测试?
答案 0 :(得分:0)
您可以将testBuildType部分中的defaultConfig设置为要运行测试的buildType(debug / staging / release)
testBuildType
defaultConfig
debug
staging
release
参考 - https://sites.google.com/a/android.com/tools/tech-docs/new-build-system/user-guide#TOC-Basics-and-Configuration